Html Css Color HEX #382918 Cocoa Brown

📋 copy color: '#382918'

red 56 ◦ green 41 ◦ blue 24

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

Shades of Cocoa Brown #382918

Tints of Cocoa Brown #382918

RGB

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

 GREEN value IS 41 (16.41% from 255) = 33.88%

 BLUE value IS 24 (9.77% from 255) = 19.83%

R = 46.28%
G = 33.88%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.57

 K value IS 0.78

RGB Variations

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

Color information

#382918 (or 0x382918) is known color: Cocoa Brown. HEX triplet: 38, 29 and 18. RGB value is (56,41,24). Sum of RGB (Red+Green+Blue) = 56+41+24=121 (16% of max value = 765). Red value is 56 (22.27% from 255 or 46.28% from 121); Green value is 41 (16.41% from 255 or 33.88% from 121); Blue value is 24 (9.77% from 255 or 19.83% from 121); Max value from RGB is 56 - color contains mainly: red. Hex color #382918 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382918 is #C7D6E7. Grayscale: #2B2B2B. Windows color (decimal): -13096680 or 1583416. OLE color: 1583416.

HSL color Cylindrical-coordinate representation of color #382918: hue angle of 31.88º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #382918 is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 41 24 -
CMYK 0 0.27 0.57 0.78
HSL 31.88º 0.4% 0.16% -
HSV(B) 31.88º 0.57% 0.22% -
XYZ 2.59 2.49 1.21 -
YUV 43.55 116.97 136.88 -
System Red Green Blue C M Y K H S L
Decimal 56 41 24 0 0.27 0.57 0.78 31.88 0.4 0.16
Hex 38 29 18 0 1B 39 4E 20 28 10
Octal 70 51 30 0 33 71 116 40 50 20
Binary 111000 101001 11000 0 11011 111001 1001110 100000 101000 10000

Color Harmonies of #382918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382918

Black with #382918

Text Example


Text Example

White with #382918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382918; }

 p { color: rgb(56,41,24); }

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

background-color css

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

 a { background-color: rgb(56,41,24); }

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

border-color css

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

 span { border-color: rgb(56,41,24); }

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