Html Css Color HEX #382718 Cocoa Brown

📋 copy color: '#382718'

red 56 ◦ green 39 ◦ blue 24

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

Shades of Cocoa Brown #382718

Tints of Cocoa Brown #382718

RGB

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

 GREEN value IS 39 (15.63% from 255) = 32.77%

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

R = 47.06%
G = 32.77%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.57

 K value IS 0.78

RGB Variations

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

Color information

#382718 (or 0x382718) is known color: Cocoa Brown. HEX triplet: 38, 27 and 18. RGB value is (56,39,24). Sum of RGB (Red+Green+Blue) = 56+39+24=119 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.06% from 119); Green value is 39 (15.62% from 255 or 32.77% from 119); Blue value is 24 (9.77% from 255 or 20.17% from 119); Max value from RGB is 56 - color contains mainly: red. Hex color #382718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382718 is #C7D8E7. Grayscale: #2A2A2A. Windows color (decimal): -13097192 or 1582904. OLE color: 1582904.

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

Color convert

RGB 56 39 24 -
CMYK 0 0.30 0.57 0.78
HSL 28.13º 0.4% 0.16% -
HSV(B) 28.13º 0.57% 0.22% -
XYZ 2.52 2.36 1.19 -
YUV 42.37 117.63 137.72 -
System Red Green Blue C M Y K H S L
Decimal 56 39 24 0 0.30 0.57 0.78 28.13 0.4 0.16
Hex 38 27 18 0 1E 39 4E 1C 28 10
Octal 70 47 30 0 36 71 116 34 50 20
Binary 111000 100111 11000 0 11110 111001 1001110 11100 101000 10000

Color Harmonies of #382718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382718

Black with #382718

Text Example


Text Example

White with #382718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382718; }

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

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

background-color css

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

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

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

border-color css

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

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

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