Html Css Color HEX #382210 Cocoa Brown

📋 copy color: '#382210'

red 56 ◦ green 34 ◦ blue 16

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

Shades of Cocoa Brown #382210

Tints of Cocoa Brown #382210

RGB

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

 GREEN value IS 34 (13.67% from 255) = 32.08%

 BLUE value IS 16 (6.64% from 255) = 15.09%

R = 52.83%
G = 32.08%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.71

 K value IS 0.78

RGB Variations

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

Color information

#382210 (or 0x382210) is known color: Cocoa Brown. HEX triplet: 38, 22 and 10. RGB value is (56,34,16). Sum of RGB (Red+Green+Blue) = 56+34+16=106 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.83% from 106); Green value is 34 (13.67% from 255 or 32.08% from 106); Blue value is 16 (6.64% from 255 or 15.09% from 106); Max value from RGB is 56 - color contains mainly: red. Hex color #382210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382210 is #C7DDEF. Grayscale: #262626. Windows color (decimal): -13098480 or 1057336. OLE color: 1057336.

HSL color Cylindrical-coordinate representation of color #382210: hue angle of 27º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #382210 is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 34 16 -
CMYK 0 0.39 0.71 0.78
HSL 27º 0.56% 0.14% -
HSV(B) 27º 0.71% 0.22% -
XYZ 2.3 2.02 0.76 -
YUV 38.53 115.29 140.46 -
System Red Green Blue C M Y K H S L
Decimal 56 34 16 0 0.39 0.71 0.78 27 0.56 0.14
Hex 38 22 10 0 27 47 4E 1B 38 E
Octal 70 42 20 0 47 107 116 33 70 16
Binary 111000 100010 10000 0 100111 1000111 1001110 11011 111000 1110

Color Harmonies of #382210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382210

Black with #382210

Text Example


Text Example

White with #382210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382210; }

 p { color: rgb(56,34,16); }

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

background-color css

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

 a { background-color: rgb(56,34,16); }

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

border-color css

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

 span { border-color: rgb(56,34,16); }

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