Html Css Color HEX #382816 Cocoa Brown

📋 copy color: '#382816'

red 56 ◦ green 40 ◦ blue 22

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

Shades of Cocoa Brown #382816

Tints of Cocoa Brown #382816

RGB

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

 GREEN value IS 40 (16.02% from 255) = 33.9%

 BLUE value IS 22 (8.98% from 255) = 18.64%

R = 47.46%
G = 33.9%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.61

 K value IS 0.78

RGB Variations

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

Color information

#382816 (or 0x382816) is known color: Cocoa Brown. HEX triplet: 38, 28 and 16. RGB value is (56,40,22). Sum of RGB (Red+Green+Blue) = 56+40+22=118 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.46% from 118); Green value is 40 (16.02% from 255 or 33.90% from 118); Blue value is 22 (8.98% from 255 or 18.64% from 118); Max value from RGB is 56 - color contains mainly: red. Hex color #382816 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382816 is #C7D7E9. Grayscale: #2A2A2A. Windows color (decimal): -13096938 or 1452088. OLE color: 1452088.

HSL color Cylindrical-coordinate representation of color #382816: hue angle of 31.76º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #382816 is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 40 22 -
CMYK 0 0.29 0.61 0.78
HSL 31.76º 0.44% 0.15% -
HSV(B) 31.76º 0.61% 0.22% -
XYZ 2.53 2.42 1.09 -
YUV 42.73 116.3 137.46 -
System Red Green Blue C M Y K H S L
Decimal 56 40 22 0 0.29 0.61 0.78 31.76 0.44 0.15
Hex 38 28 16 0 1D 3D 4E 20 2C F
Octal 70 50 26 0 35 75 116 40 54 17
Binary 111000 101000 10110 0 11101 111101 1001110 100000 101100 1111

Color Harmonies of #382816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382816

Black with #382816

Text Example


Text Example

White with #382816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382816; }

 p { color: rgb(56,40,22); }

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

background-color css

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

 a { background-color: rgb(56,40,22); }

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

border-color css

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

 span { border-color: rgb(56,40,22); }

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