Html Css Color HEX #382616 Cocoa Brown

📋 copy color: '#382616'

red 56 ◦ green 38 ◦ blue 22

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

Shades of Cocoa Brown #382616

Tints of Cocoa Brown #382616

RGB

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

 GREEN value IS 38 (15.23% from 255) = 32.76%

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

R = 48.28%
G = 32.76%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.61

 K value IS 0.78

RGB Variations

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

Color information

#382616 (or 0x382616) is known color: Cocoa Brown. HEX triplet: 38, 26 and 16. RGB value is (56,38,22). Sum of RGB (Red+Green+Blue) = 56+38+22=116 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.28% from 116); Green value is 38 (15.23% from 255 or 32.76% from 116); Blue value is 22 (8.98% from 255 or 18.97% from 116); Max value from RGB is 56 - color contains mainly: red. Hex color #382616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382616 is #C7D9E9. Grayscale: #292929. Windows color (decimal): -13097450 or 1451576. OLE color: 1451576.

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

Color convert

RGB 56 38 22 -
CMYK 0 0.32 0.61 0.78
HSL 28.24º 0.44% 0.15% -
HSV(B) 28.24º 0.61% 0.22% -
XYZ 2.47 2.28 1.07 -
YUV 41.56 116.96 138.3 -
System Red Green Blue C M Y K H S L
Decimal 56 38 22 0 0.32 0.61 0.78 28.24 0.44 0.15
Hex 38 26 16 0 20 3D 4E 1C 2C F
Octal 70 46 26 0 40 75 116 34 54 17
Binary 111000 100110 10110 0 100000 111101 1001110 11100 101100 1111

Color Harmonies of #382616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382616

Black with #382616

Text Example


Text Example

White with #382616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382616; }

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

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

background-color css

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

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

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

border-color css

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

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

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