Html Css Color HEX #382517 Cocoa Brown

📋 copy color: '#382517'

red 56 ◦ green 37 ◦ blue 23

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

Shades of Cocoa Brown #382517

Tints of Cocoa Brown #382517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 19.83%

R = 48.28%
G = 31.9%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.78

RGB Variations

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

Color information

#382517 (or 0x382517) is known color: Cocoa Brown. HEX triplet: 38, 25 and 17. RGB value is (56,37,23). Sum of RGB (Red+Green+Blue) = 56+37+23=116 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.28% from 116); Green value is 37 (14.84% from 255 or 31.90% from 116); Blue value is 23 (9.38% from 255 or 19.83% from 116); Max value from RGB is 56 - color contains mainly: red. Hex color #382517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382517 is #C7DAE8. Grayscale: #292929. Windows color (decimal): -13097705 or 1516856. OLE color: 1516856.

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

Color convert

RGB 56 37 23 -
CMYK 0 0.34 0.59 0.78
HSL 25.45º 0.42% 0.15% -
HSV(B) 25.45º 0.59% 0.22% -
XYZ 2.45 2.23 1.11 -
YUV 41.09 117.79 138.64 -
System Red Green Blue C M Y K H S L
Decimal 56 37 23 0 0.34 0.59 0.78 25.45 0.42 0.15
Hex 38 25 17 0 22 3B 4E 19 2A F
Octal 70 45 27 0 42 73 116 31 52 17
Binary 111000 100101 10111 0 100010 111011 1001110 11001 101010 1111

Color Harmonies of #382517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382517

Black with #382517

Text Example


Text Example

White with #382517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382517; }

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

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

background-color css

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

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

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

border-color css

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

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

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