Html Css Color HEX #382311 Cocoa Brown

📋 copy color: '#382311'

red 56 ◦ green 35 ◦ blue 17

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

Shades of Cocoa Brown #382311

Tints of Cocoa Brown #382311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 15.74%

R = 51.85%
G = 32.41%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.70

 K value IS 0.78

RGB Variations

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

Color information

#382311 (or 0x382311) is known color: Cocoa Brown. HEX triplet: 38, 23 and 11. RGB value is (56,35,17). Sum of RGB (Red+Green+Blue) = 56+35+17=108 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.85% from 108); Green value is 35 (14.06% from 255 or 32.41% from 108); Blue value is 17 (7.03% from 255 or 15.74% from 108); Max value from RGB is 56 - color contains mainly: red. Hex color #382311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382311 is #C7DCEE. Grayscale: #272727. Windows color (decimal): -13098223 or 1123128. OLE color: 1123128.

HSL color Cylindrical-coordinate representation of color #382311: hue angle of 27.69º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #382311 is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 35 17 -
CMYK 0 0.37 0.70 0.78
HSL 27.69º 0.53% 0.14% -
HSV(B) 27.69º 0.7% 0.22% -
XYZ 2.33 2.08 0.81 -
YUV 39.23 115.46 139.96 -
System Red Green Blue C M Y K H S L
Decimal 56 35 17 0 0.37 0.70 0.78 27.69 0.53 0.14
Hex 38 23 11 0 25 46 4E 1C 35 E
Octal 70 43 21 0 45 106 116 34 65 16
Binary 111000 100011 10001 0 100101 1000110 1001110 11100 110101 1110

Color Harmonies of #382311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382311

Black with #382311

Text Example


Text Example

White with #382311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382311; }

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

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

background-color css

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

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

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

border-color css

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

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

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