Html Css Color HEX #382713 Cocoa Brown

📋 copy color: '#382713'

red 56 ◦ green 39 ◦ blue 19

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

Shades of Cocoa Brown #382713

Tints of Cocoa Brown #382713

RGB

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

 GREEN value IS 39 (15.63% from 255) = 34.21%

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

R = 49.12%
G = 34.21%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.66

 K value IS 0.78

RGB Variations

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

Color information

#382713 (or 0x382713) is known color: Cocoa Brown. HEX triplet: 38, 27 and 13. RGB value is (56,39,19). Sum of RGB (Red+Green+Blue) = 56+39+19=114 (15% of max value = 765). Red value is 56 (22.27% from 255 or 49.12% from 114); Green value is 39 (15.62% from 255 or 34.21% from 114); Blue value is 19 (7.81% from 255 or 16.67% from 114); Max value from RGB is 56 - color contains mainly: red. Hex color #382713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382713 is #C7D8EC. Grayscale: #292929. Windows color (decimal): -13097197 or 1255224. OLE color: 1255224.

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

Color convert

RGB 56 39 19 -
CMYK 0 0.30 0.66 0.78
HSL 32.43º 0.49% 0.15% -
HSV(B) 32.43º 0.66% 0.22% -
XYZ 2.47 2.34 0.94 -
YUV 41.8 115.13 138.13 -
System Red Green Blue C M Y K H S L
Decimal 56 39 19 0 0.30 0.66 0.78 32.43 0.49 0.15
Hex 38 27 13 0 1E 42 4E 20 31 F
Octal 70 47 23 0 36 102 116 40 61 17
Binary 111000 100111 10011 0 11110 1000010 1001110 100000 110001 1111

Color Harmonies of #382713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382713

Black with #382713

Text Example


Text Example

White with #382713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382713; }

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

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

background-color css

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

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

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

border-color css

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

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

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