Html Css Color HEX #382417 Cocoa Brown

📋 copy color: '#382417'

red 56 ◦ green 36 ◦ blue 23

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

Shades of Cocoa Brown #382417

Tints of Cocoa Brown #382417

RGB

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

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

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

R = 48.7%
G = 31.3%
B = 20%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.59

 K value IS 0.78

RGB Variations

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

Color information

#382417 (or 0x382417) is known color: Cocoa Brown. HEX triplet: 38, 24 and 17. RGB value is (56,36,23). Sum of RGB (Red+Green+Blue) = 56+36+23=115 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.70% from 115); Green value is 36 (14.45% from 255 or 31.30% from 115); Blue value is 23 (9.38% from 255 or 20% from 115); Max value from RGB is 56 - color contains mainly: red. Hex color #382417 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382417 is #C7DBE8. Grayscale: #282828. Windows color (decimal): -13097961 or 1516600. OLE color: 1516600.

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

Color convert

RGB 56 36 23 -
CMYK 0 0.36 0.59 0.78
HSL 23.64º 0.42% 0.15% -
HSV(B) 23.64º 0.59% 0.22% -
XYZ 2.42 2.16 1.1 -
YUV 40.5 118.13 139.06 -
System Red Green Blue C M Y K H S L
Decimal 56 36 23 0 0.36 0.59 0.78 23.64 0.42 0.15
Hex 38 24 17 0 24 3B 4E 18 2A F
Octal 70 44 27 0 44 73 116 30 52 17
Binary 111000 100100 10111 0 100100 111011 1001110 11000 101010 1111

Color Harmonies of #382417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382417

Black with #382417

Text Example


Text Example

White with #382417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382417; }

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

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

background-color css

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

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

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

border-color css

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

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

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