Html Css Color HEX #380100 Seal Brown

📋 copy color: '#380100'

red 56 ◦ green 1 ◦ blue 0

#380100
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seal Brown #380100

Tints of Seal Brown #380100

RGB

 RED value IS 56 (22.27% from 255) = 98.25%

 GREEN value IS 1 (0.78% from 255) = 1.75%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 98.25%
G = 1.75%
B = 0%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 1

 K value IS 0.78

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#380100 (or 0x380100) is known color: Seal Brown. HEX triplet: 38, 01 and 00. RGB value is (56,1,0). Sum of RGB (Red+Green+Blue) = 56+1+0=57 (7% of max value = 765). Red value is 56 (22.27% from 255 or 98.25% from 57); Green value is 1 (0.78% from 255 or 1.75% from 57); Blue value is 0 (0.39% from 255 or 0% from 57); Max value from RGB is 56 - color contains mainly: red. Hex color #380100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380100 is #C7FEFF. Grayscale: #111111. Windows color (decimal): -13106944 or 312. OLE color: 312.

HSL color Cylindrical-coordinate representation of color #380100: hue angle of 1.07º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #380100 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 1 0 -
CMYK 0 0.98 1 0.78
HSL 1.07º 1% 0.11% -
HSV(B) 1.07º 1% 0.22% -
XYZ 1.64 0.86 0.08 -
YUV 17.33 118.22 155.58 -
System Red Green Blue C M Y K H S L
Decimal 56 1 0 0 0.98 1 0.78 1.07 1 0.11
Hex 38 1 0 0 62 64 4E 1 64 B
Octal 70 1 0 0 142 144 116 1 144 13
Binary 111000 1 0 0 1100010 1100100 1001110 1 1100100 1011

Color Harmonies of #380100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380100

Black with #380100

Text Example


Text Example

White with #380100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380100; }

 p { color: rgb(56,1,0); }

 H1.HeaderClassName
 {
   color: #380100;
 }
 .AnyTagClassName
 {
   color: #380100;
 }
</style>

background-color css

<style>
 a { background-color: #380100; }

 a { background-color: rgb(56,1,0); }

 div.DivClassName
 {
   background-color: #380100;
 }
 .BgClassName
 {
   background-color: #380100;
 }
</style>

border-color css

<style>
 span { border-color: #380100; }

 span { border-color: rgb(56,1,0); }

 td.TdClassName
 {
   border-color: #380100;
 }
 .TagClassName
 {
   border-color: #380100;
 }
</style>