Html Css Color HEX #382316 Cocoa Brown

📋 copy color: '#382316'

red 56 ◦ green 35 ◦ blue 22

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

Shades of Cocoa Brown #382316

Tints of Cocoa Brown #382316

RGB

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

 GREEN value IS 35 (14.06% from 255) = 30.97%

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

R = 49.56%
G = 30.97%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.61

 K value IS 0.78

RGB Variations

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

Color information

#382316 (or 0x382316) is known color: Cocoa Brown. HEX triplet: 38, 23 and 16. RGB value is (56,35,22). Sum of RGB (Red+Green+Blue) = 56+35+22=113 (14% of max value = 765). Red value is 56 (22.27% from 255 or 49.56% from 113); Green value is 35 (14.06% from 255 or 30.97% from 113); Blue value is 22 (8.98% from 255 or 19.47% from 113); Max value from RGB is 56 - color contains mainly: red. Hex color #382316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382316 is #C7DCE9. Grayscale: #272727. Windows color (decimal): -13098218 or 1450808. OLE color: 1450808.

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

Color convert

RGB 56 35 22 -
CMYK 0 0.37 0.61 0.78
HSL 22.94º 0.44% 0.15% -
HSV(B) 22.94º 0.61% 0.22% -
XYZ 2.38 2.1 1.04 -
YUV 39.8 117.96 139.56 -
System Red Green Blue C M Y K H S L
Decimal 56 35 22 0 0.37 0.61 0.78 22.94 0.44 0.15
Hex 38 23 16 0 25 3D 4E 17 2C F
Octal 70 43 26 0 45 75 116 27 54 17
Binary 111000 100011 10110 0 100101 111101 1001110 10111 101100 1111

Color Harmonies of #382316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382316

Black with #382316

Text Example


Text Example

White with #382316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382316; }

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

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

background-color css

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

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

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

border-color css

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

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

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