Html Css Color HEX #382511 Cocoa Brown

📋 copy color: '#382511'

red 56 ◦ green 37 ◦ blue 17

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

Shades of Cocoa Brown #382511

Tints of Cocoa Brown #382511

RGB

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

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

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

R = 50.91%
G = 33.64%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.70

 K value IS 0.78

RGB Variations

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

Color information

#382511 (or 0x382511) is known color: Cocoa Brown. HEX triplet: 38, 25 and 11. RGB value is (56,37,17). Sum of RGB (Red+Green+Blue) = 56+37+17=110 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.91% from 110); Green value is 37 (14.84% from 255 or 33.64% from 110); Blue value is 17 (7.03% from 255 or 15.45% from 110); Max value from RGB is 56 - color contains mainly: red. Hex color #382511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382511 is #C7DAEE. Grayscale: #282828. Windows color (decimal): -13097711 or 1123640. OLE color: 1123640.

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

Color convert

RGB 56 37 17 -
CMYK 0 0.34 0.70 0.78
HSL 30.77º 0.53% 0.14% -
HSV(B) 30.77º 0.7% 0.22% -
XYZ 2.39 2.2 0.83 -
YUV 40.4 114.79 139.13 -
System Red Green Blue C M Y K H S L
Decimal 56 37 17 0 0.34 0.70 0.78 30.77 0.53 0.14
Hex 38 25 11 0 22 46 4E 1F 35 E
Octal 70 45 21 0 42 106 116 37 65 16
Binary 111000 100101 10001 0 100010 1000110 1001110 11111 110101 1110

Color Harmonies of #382511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382511

Black with #382511

Text Example


Text Example

White with #382511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382511; }

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

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

background-color css

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

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

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

border-color css

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

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

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