Html Css Color HEX #382917 Cocoa Brown

📋 copy color: '#382917'

red 56 ◦ green 41 ◦ blue 23

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

Shades of Cocoa Brown #382917

Tints of Cocoa Brown #382917

RGB

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

 GREEN value IS 41 (16.41% from 255) = 34.17%

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

R = 46.67%
G = 34.17%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.59

 K value IS 0.78

RGB Variations

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

Color information

#382917 (or 0x382917) is known color: Cocoa Brown. HEX triplet: 38, 29 and 17. RGB value is (56,41,23). Sum of RGB (Red+Green+Blue) = 56+41+23=120 (15% of max value = 765). Red value is 56 (22.27% from 255 or 46.67% from 120); Green value is 41 (16.41% from 255 or 34.17% from 120); Blue value is 23 (9.38% from 255 or 19.17% from 120); Max value from RGB is 56 - color contains mainly: red. Hex color #382917 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382917 is #C7D6E8. Grayscale: #2B2B2B. Windows color (decimal): -13096681 or 1517880. OLE color: 1517880.

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

Color convert

RGB 56 41 23 -
CMYK 0 0.27 0.59 0.78
HSL 32.73º 0.42% 0.15% -
HSV(B) 32.73º 0.59% 0.22% -
XYZ 2.58 2.49 1.16 -
YUV 43.43 116.47 136.96 -
System Red Green Blue C M Y K H S L
Decimal 56 41 23 0 0.27 0.59 0.78 32.73 0.42 0.15
Hex 38 29 17 0 1B 3B 4E 21 2A F
Octal 70 51 27 0 33 73 116 41 52 17
Binary 111000 101001 10111 0 11011 111011 1001110 100001 101010 1111

Color Harmonies of #382917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382917

Black with #382917

Text Example


Text Example

White with #382917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382917; }

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

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

background-color css

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

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

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

border-color css

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

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

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