Html Css Color HEX #382413 Cocoa Brown

📋 copy color: '#382413'

red 56 ◦ green 36 ◦ blue 19

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

Shades of Cocoa Brown #382413

Tints of Cocoa Brown #382413

RGB

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

 GREEN value IS 36 (14.45% from 255) = 32.43%

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

R = 50.45%
G = 32.43%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.66

 K value IS 0.78

RGB Variations

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

Color information

#382413 (or 0x382413) is known color: Cocoa Brown. HEX triplet: 38, 24 and 13. RGB value is (56,36,19). Sum of RGB (Red+Green+Blue) = 56+36+19=111 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.45% from 111); Green value is 36 (14.45% from 255 or 32.43% from 111); Blue value is 19 (7.81% from 255 or 17.12% from 111); Max value from RGB is 56 - color contains mainly: red. Hex color #382413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382413 is #C7DBEC. Grayscale: #282828. Windows color (decimal): -13097965 or 1254456. OLE color: 1254456.

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

Color convert

RGB 56 36 19 -
CMYK 0 0.36 0.66 0.78
HSL 27.57º 0.49% 0.15% -
HSV(B) 27.57º 0.66% 0.22% -
XYZ 2.38 2.15 0.91 -
YUV 40.04 116.13 139.38 -
System Red Green Blue C M Y K H S L
Decimal 56 36 19 0 0.36 0.66 0.78 27.57 0.49 0.15
Hex 38 24 13 0 24 42 4E 1C 31 F
Octal 70 44 23 0 44 102 116 34 61 17
Binary 111000 100100 10011 0 100100 1000010 1001110 11100 110001 1111

Color Harmonies of #382413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382413

Black with #382413

Text Example


Text Example

White with #382413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382413; }

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

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

background-color css

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

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

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

border-color css

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

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

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