Html Css Color HEX #38291C Cocoa Brown

📋 copy color: '#38291C'

red 56 ◦ green 41 ◦ blue 28

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

Shades of Cocoa Brown #38291C

Tints of Cocoa Brown #38291C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 22.4%

R = 44.8%
G = 32.8%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.50

 K value IS 0.78

RGB Variations

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

Color information

#38291C (or 0x38291C) is known color: Cocoa Brown. HEX triplet: 38, 29 and 1C. RGB value is (56,41,28). Sum of RGB (Red+Green+Blue) = 56+41+28=125 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.8% from 125); Green value is 41 (16.41% from 255 or 32.8% from 125); Blue value is 28 (11.33% from 255 or 22.4% from 125); Max value from RGB is 56 - color contains mainly: red. Hex color #38291C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38291C is #C7D6E3. Grayscale: #2C2C2C. Windows color (decimal): -13096676 or 1845560. OLE color: 1845560.

HSL color Cylindrical-coordinate representation of color #38291C: hue angle of 27.86º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #38291C is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 41 28 -
CMYK 0 0.27 0.50 0.78
HSL 27.86º 0.33% 0.16% -
HSV(B) 27.86º 0.5% 0.22% -
XYZ 2.63 2.51 1.44 -
YUV 44 118.97 136.56 -
System Red Green Blue C M Y K H S L
Decimal 56 41 28 0 0.27 0.50 0.78 27.86 0.33 0.16
Hex 38 29 1C 0 1B 32 4E 1C 21 10
Octal 70 51 34 0 33 62 116 34 41 20
Binary 111000 101001 11100 0 11011 110010 1001110 11100 100001 10000

Color Harmonies of #38291C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38291C

Black with #38291C

Text Example


Text Example

White with #38291C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38291C; }

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

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

background-color css

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

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

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

border-color css

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

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

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