Html Css Color HEX #382418 Cocoa Brown

📋 copy color: '#382418'

red 56 ◦ green 36 ◦ blue 24

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

Shades of Cocoa Brown #382418

Tints of Cocoa Brown #382418

RGB

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

 GREEN value IS 36 (14.45% from 255) = 31.03%

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

R = 48.28%
G = 31.03%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.57

 K value IS 0.78

RGB Variations

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

Color information

#382418 (or 0x382418) is known color: Cocoa Brown. HEX triplet: 38, 24 and 18. RGB value is (56,36,24). Sum of RGB (Red+Green+Blue) = 56+36+24=116 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.28% from 116); Green value is 36 (14.45% from 255 or 31.03% from 116); Blue value is 24 (9.77% from 255 or 20.69% from 116); Max value from RGB is 56 - color contains mainly: red. Hex color #382418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382418 is #C7DBE7. Grayscale: #282828. Windows color (decimal): -13097960 or 1582136. OLE color: 1582136.

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

Color convert

RGB 56 36 24 -
CMYK 0 0.36 0.57 0.78
HSL 22.5º 0.4% 0.16% -
HSV(B) 22.5º 0.57% 0.22% -
XYZ 2.43 2.17 1.15 -
YUV 40.61 118.63 138.98 -
System Red Green Blue C M Y K H S L
Decimal 56 36 24 0 0.36 0.57 0.78 22.5 0.4 0.16
Hex 38 24 18 0 24 39 4E 16 28 10
Octal 70 44 30 0 44 71 116 26 50 20
Binary 111000 100100 11000 0 100100 111001 1001110 10110 101000 10000

Color Harmonies of #382418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382418

Black with #382418

Text Example


Text Example

White with #382418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382418; }

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

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

background-color css

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

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

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

border-color css

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

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

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