Html Css Color HEX #382519 Cocoa Brown

📋 copy color: '#382519'

red 56 ◦ green 37 ◦ blue 25

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

Shades of Cocoa Brown #382519

Tints of Cocoa Brown #382519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 21.19%

R = 47.46%
G = 31.36%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.78

RGB Variations

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

Color information

#382519 (or 0x382519) is known color: Cocoa Brown. HEX triplet: 38, 25 and 19. RGB value is (56,37,25). Sum of RGB (Red+Green+Blue) = 56+37+25=118 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.46% from 118); Green value is 37 (14.84% from 255 or 31.36% from 118); Blue value is 25 (10.16% from 255 or 21.19% from 118); Max value from RGB is 56 - color contains mainly: red. Hex color #382519 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382519 is #C7DAE6. Grayscale: #292929. Windows color (decimal): -13097703 or 1647928. OLE color: 1647928.

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

Color convert

RGB 56 37 25 -
CMYK 0 0.34 0.55 0.78
HSL 23.23º 0.38% 0.16% -
HSV(B) 23.23º 0.55% 0.22% -
XYZ 2.47 2.23 1.22 -
YUV 41.31 118.79 138.48 -
System Red Green Blue C M Y K H S L
Decimal 56 37 25 0 0.34 0.55 0.78 23.23 0.38 0.16
Hex 38 25 19 0 22 37 4E 17 26 10
Octal 70 45 31 0 42 67 116 27 46 20
Binary 111000 100101 11001 0 100010 110111 1001110 10111 100110 10000

Color Harmonies of #382519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382519

Black with #382519

Text Example


Text Example

White with #382519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382519; }

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

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

background-color css

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

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

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

border-color css

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

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

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