Html Css Color HEX #381D08 Cocoa Brown

📋 copy color: '#381D08'

red 56 ◦ green 29 ◦ blue 8

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

Shades of Cocoa Brown #381D08

Tints of Cocoa Brown #381D08

RGB

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

 GREEN value IS 29 (11.72% from 255) = 31.18%

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

R = 60.22%
G = 31.18%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.78

RGB Variations

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

Color information

#381D08 (or 0x381D08) is known color: Cocoa Brown. HEX triplet: 38, 1D and 08. RGB value is (56,29,8). Sum of RGB (Red+Green+Blue) = 56+29+8=93 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.22% from 93); Green value is 29 (11.72% from 255 or 31.18% from 93); Blue value is 8 (3.52% from 255 or 8.60% from 93); Max value from RGB is 56 - color contains mainly: red. Hex color #381D08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381D08 is #C7E2F7. Grayscale: #222222. Windows color (decimal): -13099768 or 531768. OLE color: 531768.

HSL color Cylindrical-coordinate representation of color #381D08: hue angle of 26.25º 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 #381D08 is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 29 8 -
CMYK 0 0.48 0.86 0.78
HSL 26.25º 0.75% 0.13% -
HSV(B) 26.25º 0.86% 0.22% -
XYZ 2.11 1.74 0.45 -
YUV 34.68 112.95 143.21 -
System Red Green Blue C M Y K H S L
Decimal 56 29 8 0 0.48 0.86 0.78 26.25 0.75 0.13
Hex 38 1D 8 0 30 56 4E 1A 4B D
Octal 70 35 10 0 60 126 116 32 113 15
Binary 111000 11101 1000 0 110000 1010110 1001110 11010 1001011 1101

Color Harmonies of #381D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381D08

Black with #381D08

Text Example


Text Example

White with #381D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381D08; }

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

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

background-color css

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

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

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

border-color css

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

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

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