Html Css Color HEX #38281D Cocoa Brown

📋 copy color: '#38281D'

red 56 ◦ green 40 ◦ blue 29

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

Shades of Cocoa Brown #38281D

Tints of Cocoa Brown #38281D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 23.2%

R = 44.8%
G = 32%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.48

 K value IS 0.78

RGB Variations

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

Color information

#38281D (or 0x38281D) is known color: Cocoa Brown. HEX triplet: 38, 28 and 1D. RGB value is (56,40,29). Sum of RGB (Red+Green+Blue) = 56+40+29=125 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.8% from 125); Green value is 40 (16.02% from 255 or 32% from 125); Blue value is 29 (11.72% from 255 or 23.2% from 125); Max value from RGB is 56 - color contains mainly: red. Hex color #38281D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38281D is #C7D7E2. Grayscale: #2B2B2B. Windows color (decimal): -13096931 or 1910840. OLE color: 1910840.

HSL color Cylindrical-coordinate representation of color #38281D: hue angle of 24.44º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #38281D is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 40 29 -
CMYK 0 0.29 0.48 0.78
HSL 24.44º 0.32% 0.17% -
HSV(B) 24.44º 0.48% 0.22% -
XYZ 2.61 2.45 1.5 -
YUV 43.53 119.8 136.89 -
System Red Green Blue C M Y K H S L
Decimal 56 40 29 0 0.29 0.48 0.78 24.44 0.32 0.17
Hex 38 28 1D 0 1D 30 4E 18 20 11
Octal 70 50 35 0 35 60 116 30 40 21
Binary 111000 101000 11101 0 11101 110000 1001110 11000 100000 10001

Color Harmonies of #38281D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38281D

Black with #38281D

Text Example


Text Example

White with #38281D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38281D; }

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

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

background-color css

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

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

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

border-color css

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

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

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