Html Css Color HEX #382416 Cocoa Brown

📋 copy color: '#382416'

red 56 ◦ green 36 ◦ blue 22

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

Shades of Cocoa Brown #382416

Tints of Cocoa Brown #382416

RGB

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

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

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

R = 49.12%
G = 31.58%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.61

 K value IS 0.78

RGB Variations

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

Color information

#382416 (or 0x382416) is known color: Cocoa Brown. HEX triplet: 38, 24 and 16. RGB value is (56,36,22). Sum of RGB (Red+Green+Blue) = 56+36+22=114 (15% of max value = 765). Red value is 56 (22.27% from 255 or 49.12% from 114); Green value is 36 (14.45% from 255 or 31.58% from 114); Blue value is 22 (8.98% from 255 or 19.30% from 114); Max value from RGB is 56 - color contains mainly: red. Hex color #382416 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382416 is #C7DBE9. Grayscale: #282828. Windows color (decimal): -13097962 or 1451064. OLE color: 1451064.

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

Color convert

RGB 56 36 22 -
CMYK 0 0.36 0.61 0.78
HSL 24.71º 0.44% 0.15% -
HSV(B) 24.71º 0.61% 0.22% -
XYZ 2.41 2.16 1.05 -
YUV 40.38 117.63 139.14 -
System Red Green Blue C M Y K H S L
Decimal 56 36 22 0 0.36 0.61 0.78 24.71 0.44 0.15
Hex 38 24 16 0 24 3D 4E 19 2C F
Octal 70 44 26 0 44 75 116 31 54 17
Binary 111000 100100 10110 0 100100 111101 1001110 11001 101100 1111

Color Harmonies of #382416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382416

Black with #382416

Text Example


Text Example

White with #382416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382416; }

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

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

background-color css

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

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

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

border-color css

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

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

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