Html Css Color HEX #382518 Cocoa Brown

📋 copy color: '#382518'

red 56 ◦ green 37 ◦ blue 24

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

Shades of Cocoa Brown #382518

Tints of Cocoa Brown #382518

RGB

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

 GREEN value IS 37 (14.84% from 255) = 31.62%

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

R = 47.86%
G = 31.62%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.57

 K value IS 0.78

RGB Variations

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

Color information

#382518 (or 0x382518) is known color: Cocoa Brown. HEX triplet: 38, 25 and 18. RGB value is (56,37,24). Sum of RGB (Red+Green+Blue) = 56+37+24=117 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.86% from 117); Green value is 37 (14.84% from 255 or 31.62% from 117); Blue value is 24 (9.77% from 255 or 20.51% from 117); Max value from RGB is 56 - color contains mainly: red. Hex color #382518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382518 is #C7DAE7. Grayscale: #292929. Windows color (decimal): -13097704 or 1582392. OLE color: 1582392.

HSL color Cylindrical-coordinate representation of color #382518: hue angle of 24.38º 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 #382518 is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 37 24 -
CMYK 0 0.34 0.57 0.78
HSL 24.38º 0.4% 0.16% -
HSV(B) 24.38º 0.57% 0.22% -
XYZ 2.46 2.23 1.17 -
YUV 41.2 118.29 138.56 -
System Red Green Blue C M Y K H S L
Decimal 56 37 24 0 0.34 0.57 0.78 24.38 0.4 0.16
Hex 38 25 18 0 22 39 4E 18 28 10
Octal 70 45 30 0 42 71 116 30 50 20
Binary 111000 100101 11000 0 100010 111001 1001110 11000 101000 10000

Color Harmonies of #382518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382518

Black with #382518

Text Example


Text Example

White with #382518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382518; }

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

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

background-color css

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

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

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

border-color css

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

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

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