Html Css Color HEX #382617 Cocoa Brown

📋 copy color: '#382617'

red 56 ◦ green 38 ◦ blue 23

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

Shades of Cocoa Brown #382617

Tints of Cocoa Brown #382617

RGB

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

 GREEN value IS 38 (15.23% from 255) = 32.48%

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

R = 47.86%
G = 32.48%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.59

 K value IS 0.78

RGB Variations

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

Color information

#382617 (or 0x382617) is known color: Cocoa Brown. HEX triplet: 38, 26 and 17. RGB value is (56,38,23). Sum of RGB (Red+Green+Blue) = 56+38+23=117 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.86% from 117); Green value is 38 (15.23% from 255 or 32.48% from 117); Blue value is 23 (9.38% from 255 or 19.66% from 117); Max value from RGB is 56 - color contains mainly: red. Hex color #382617 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382617 is #C7D9E8. Grayscale: #292929. Windows color (decimal): -13097449 or 1517112. OLE color: 1517112.

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

Color convert

RGB 56 38 23 -
CMYK 0 0.32 0.59 0.78
HSL 27.27º 0.42% 0.15% -
HSV(B) 27.27º 0.59% 0.22% -
XYZ 2.48 2.29 1.12 -
YUV 41.67 117.46 138.22 -
System Red Green Blue C M Y K H S L
Decimal 56 38 23 0 0.32 0.59 0.78 27.27 0.42 0.15
Hex 38 26 17 0 20 3B 4E 1B 2A F
Octal 70 46 27 0 40 73 116 33 52 17
Binary 111000 100110 10111 0 100000 111011 1001110 11011 101010 1111

Color Harmonies of #382617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382617

Black with #382617

Text Example


Text Example

White with #382617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382617; }

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

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

background-color css

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

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

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

border-color css

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

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

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