Html Css Color HEX #380604 Seal Brown

📋 copy color: '#380604'

red 56 ◦ green 6 ◦ blue 4

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

Shades of Seal Brown #380604

Tints of Seal Brown #380604

RGB

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

 GREEN value IS 6 (2.73% from 255) = 9.09%

 BLUE value IS 4 (1.95% from 255) = 6.06%

R = 84.85%
G = 9.09%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.93

 K value IS 0.78

RGB Variations

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

Color information

#380604 (or 0x380604) is known color: Seal Brown. HEX triplet: 38, 06 and 04. RGB value is (56,6,4). Sum of RGB (Red+Green+Blue) = 56+6+4=66 (8% of max value = 765). Red value is 56 (22.27% from 255 or 84.85% from 66); Green value is 6 (2.73% from 255 or 9.09% from 66); Blue value is 4 (1.95% from 255 or 6.06% from 66); Max value from RGB is 56 - color contains mainly: red. Hex color #380604 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380604 is #C7F9FB. Grayscale: #141414. Windows color (decimal): -13105660 or 263736. OLE color: 263736.

HSL color Cylindrical-coordinate representation of color #380604: hue angle of 2.31º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #380604 is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 6 4 -
CMYK 0 0.89 0.93 0.78
HSL 2.31º 0.87% 0.12% -
HSV(B) 2.31º 0.93% 0.22% -
XYZ 1.72 0.98 0.21 -
YUV 20.72 118.57 153.16 -
System Red Green Blue C M Y K H S L
Decimal 56 6 4 0 0.89 0.93 0.78 2.31 0.87 0.12
Hex 38 6 4 0 59 5D 4E 2 57 C
Octal 70 6 4 0 131 135 116 2 127 14
Binary 111000 110 100 0 1011001 1011101 1001110 10 1010111 1100

Color Harmonies of #380604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380604

Black with #380604

Text Example


Text Example

White with #380604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380604; }

 p { color: rgb(56,6,4); }

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

background-color css

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

 a { background-color: rgb(56,6,4); }

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

border-color css

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

 span { border-color: rgb(56,6,4); }

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