Html Css Color HEX #382516 Cocoa Brown

📋 copy color: '#382516'

red 56 ◦ green 37 ◦ blue 22

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

Shades of Cocoa Brown #382516

Tints of Cocoa Brown #382516

RGB

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

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

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

R = 48.7%
G = 32.17%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.61

 K value IS 0.78

RGB Variations

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

Color information

#382516 (or 0x382516) is known color: Cocoa Brown. HEX triplet: 38, 25 and 16. RGB value is (56,37,22). Sum of RGB (Red+Green+Blue) = 56+37+22=115 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.70% from 115); Green value is 37 (14.84% from 255 or 32.17% from 115); Blue value is 22 (8.98% from 255 or 19.13% from 115); Max value from RGB is 56 - color contains mainly: red. Hex color #382516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382516 is #C7DAE9. Grayscale: #292929. Windows color (decimal): -13097706 or 1451320. OLE color: 1451320.

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

Color convert

RGB 56 37 22 -
CMYK 0 0.34 0.61 0.78
HSL 26.47º 0.44% 0.15% -
HSV(B) 26.47º 0.61% 0.22% -
XYZ 2.44 2.22 1.06 -
YUV 40.97 117.29 138.72 -
System Red Green Blue C M Y K H S L
Decimal 56 37 22 0 0.34 0.61 0.78 26.47 0.44 0.15
Hex 38 25 16 0 22 3D 4E 1A 2C F
Octal 70 45 26 0 42 75 116 32 54 17
Binary 111000 100101 10110 0 100010 111101 1001110 11010 101100 1111

Color Harmonies of #382516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382516

Black with #382516

Text Example


Text Example

White with #382516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382516; }

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

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

background-color css

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

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

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

border-color css

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

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

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