Html Css Color HEX #380E08 Seal Brown

📋 copy color: '#380E08'

red 56 ◦ green 14 ◦ blue 8

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

Shades of Seal Brown #380E08

Tints of Seal Brown #380E08

RGB

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

 GREEN value IS 14 (5.86% from 255) = 17.95%

 BLUE value IS 8 (3.52% from 255) = 10.26%

R = 71.79%
G = 17.95%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.86

 K value IS 0.78

RGB Variations

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

Color information

#380E08 (or 0x380E08) is known color: Seal Brown. HEX triplet: 38, 0E and 08. RGB value is (56,14,8). Sum of RGB (Red+Green+Blue) = 56+14+8=78 (10% of max value = 765). Red value is 56 (22.27% from 255 or 71.79% from 78); Green value is 14 (5.86% from 255 or 17.95% from 78); Blue value is 8 (3.52% from 255 or 10.26% from 78); Max value from RGB is 56 - color contains mainly: red. Hex color #380E08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380E08 is #C7F1F7. Grayscale: #191919. Windows color (decimal): -13103608 or 527928. OLE color: 527928.

HSL color Cylindrical-coordinate representation of color #380E08: hue angle of 7.5º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #380E08 is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 14 8 -
CMYK 0 0.75 0.86 0.78
HSL 7.5º 0.75% 0.13% -
HSV(B) 7.5º 0.86% 0.22% -
XYZ 1.83 1.17 0.36 -
YUV 25.87 117.91 149.49 -
System Red Green Blue C M Y K H S L
Decimal 56 14 8 0 0.75 0.86 0.78 7.5 0.75 0.13
Hex 38 E 8 0 4B 56 4E 8 4B D
Octal 70 16 10 0 113 126 116 10 113 15
Binary 111000 1110 1000 0 1001011 1010110 1001110 1000 1001011 1101

Color Harmonies of #380E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380E08

Black with #380E08

Text Example


Text Example

White with #380E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380E08; }

 p { color: rgb(56,14,8); }

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

background-color css

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

 a { background-color: rgb(56,14,8); }

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

border-color css

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

 span { border-color: rgb(56,14,8); }

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