Html Css Color HEX #382817 Cocoa Brown

📋 copy color: '#382817'

red 56 ◦ green 40 ◦ blue 23

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

Shades of Cocoa Brown #382817

Tints of Cocoa Brown #382817

RGB

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

 GREEN value IS 40 (16.02% from 255) = 33.61%

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

R = 47.06%
G = 33.61%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.59

 K value IS 0.78

RGB Variations

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

Color information

#382817 (or 0x382817) is known color: Cocoa Brown. HEX triplet: 38, 28 and 17. RGB value is (56,40,23). Sum of RGB (Red+Green+Blue) = 56+40+23=119 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.06% from 119); Green value is 40 (16.02% from 255 or 33.61% from 119); Blue value is 23 (9.38% from 255 or 19.33% from 119); Max value from RGB is 56 - color contains mainly: red. Hex color #382817 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382817 is #C7D7E8. Grayscale: #2A2A2A. Windows color (decimal): -13096937 or 1517624. OLE color: 1517624.

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

Color convert

RGB 56 40 23 -
CMYK 0 0.29 0.59 0.78
HSL 30.91º 0.42% 0.15% -
HSV(B) 30.91º 0.59% 0.22% -
XYZ 2.54 2.42 1.14 -
YUV 42.85 116.8 137.38 -
System Red Green Blue C M Y K H S L
Decimal 56 40 23 0 0.29 0.59 0.78 30.91 0.42 0.15
Hex 38 28 17 0 1D 3B 4E 1F 2A F
Octal 70 50 27 0 35 73 116 37 52 17
Binary 111000 101000 10111 0 11101 111011 1001110 11111 101010 1111

Color Harmonies of #382817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382817

Black with #382817

Text Example


Text Example

White with #382817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382817; }

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

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

background-color css

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

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

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

border-color css

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

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

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