Html Css Color HEX #382513 Cocoa Brown

📋 copy color: '#382513'

red 56 ◦ green 37 ◦ blue 19

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

Shades of Cocoa Brown #382513

Tints of Cocoa Brown #382513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 16.96%

R = 50%
G = 33.04%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.66

 K value IS 0.78

RGB Variations

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

Color information

#382513 (or 0x382513) is known color: Cocoa Brown. HEX triplet: 38, 25 and 13. RGB value is (56,37,19). Sum of RGB (Red+Green+Blue) = 56+37+19=112 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50% from 112); Green value is 37 (14.84% from 255 or 33.04% from 112); Blue value is 19 (7.81% from 255 or 16.96% from 112); Max value from RGB is 56 - color contains mainly: red. Hex color #382513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382513 is #C7DAEC. Grayscale: #282828. Windows color (decimal): -13097709 or 1254712. OLE color: 1254712.

HSL color Cylindrical-coordinate representation of color #382513: hue angle of 29.19º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #382513 is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 37 19 -
CMYK 0 0.34 0.66 0.78
HSL 29.19º 0.49% 0.15% -
HSV(B) 29.19º 0.66% 0.22% -
XYZ 2.41 2.21 0.92 -
YUV 40.63 115.79 138.96 -
System Red Green Blue C M Y K H S L
Decimal 56 37 19 0 0.34 0.66 0.78 29.19 0.49 0.15
Hex 38 25 13 0 22 42 4E 1D 31 F
Octal 70 45 23 0 42 102 116 35 61 17
Binary 111000 100101 10011 0 100010 1000010 1001110 11101 110001 1111

Color Harmonies of #382513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382513

Black with #382513

Text Example


Text Example

White with #382513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382513; }

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

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

background-color css

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

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

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

border-color css

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

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

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