Html Css Color HEX #382813 Cocoa Brown

📋 copy color: '#382813'

red 56 ◦ green 40 ◦ blue 19

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

Shades of Cocoa Brown #382813

Tints of Cocoa Brown #382813

RGB

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

 GREEN value IS 40 (16.02% from 255) = 34.78%

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

R = 48.7%
G = 34.78%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.66

 K value IS 0.78

RGB Variations

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

Color information

#382813 (or 0x382813) is known color: Cocoa Brown. HEX triplet: 38, 28 and 13. RGB value is (56,40,19). Sum of RGB (Red+Green+Blue) = 56+40+19=115 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.70% from 115); Green value is 40 (16.02% from 255 or 34.78% from 115); Blue value is 19 (7.81% from 255 or 16.52% from 115); Max value from RGB is 56 - color contains mainly: red. Hex color #382813 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382813 is #C7D7EC. Grayscale: #2A2A2A. Windows color (decimal): -13096941 or 1255480. OLE color: 1255480.

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

Color convert

RGB 56 40 19 -
CMYK 0 0.29 0.66 0.78
HSL 34.05º 0.49% 0.15% -
HSV(B) 34.05º 0.66% 0.22% -
XYZ 2.51 2.41 0.95 -
YUV 42.39 114.8 137.71 -
System Red Green Blue C M Y K H S L
Decimal 56 40 19 0 0.29 0.66 0.78 34.05 0.49 0.15
Hex 38 28 13 0 1D 42 4E 22 31 F
Octal 70 50 23 0 35 102 116 42 61 17
Binary 111000 101000 10011 0 11101 1000010 1001110 100010 110001 1111

Color Harmonies of #382813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382813

Black with #382813

Text Example


Text Example

White with #382813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382813; }

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

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

background-color css

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

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

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

border-color css

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

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

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