Html Css Color HEX #38240D Cocoa Brown

📋 copy color: '#38240D'

red 56 ◦ green 36 ◦ blue 13

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

Shades of Cocoa Brown #38240D

Tints of Cocoa Brown #38240D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 34.29%

 BLUE value IS 13 (5.47% from 255) = 12.38%

R = 53.33%
G = 34.29%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.77

 K value IS 0.78

RGB Variations

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

Color information

#38240D (or 0x38240D) is known color: Cocoa Brown. HEX triplet: 38, 24 and 0D. RGB value is (56,36,13). Sum of RGB (Red+Green+Blue) = 56+36+13=105 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.33% from 105); Green value is 36 (14.45% from 255 or 34.29% from 105); Blue value is 13 (5.47% from 255 or 12.38% from 105); Max value from RGB is 56 - color contains mainly: red. Hex color #38240D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38240D is #C7DBF2. Grayscale: #272727. Windows color (decimal): -13097971 or 861240. OLE color: 861240.

HSL color Cylindrical-coordinate representation of color #38240D: hue angle of 32.09º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38240D is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 36 13 -
CMYK 0 0.36 0.77 0.78
HSL 32.09º 0.62% 0.14% -
HSV(B) 32.09º 0.77% 0.22% -
XYZ 2.33 2.13 0.67 -
YUV 39.36 113.13 139.87 -
System Red Green Blue C M Y K H S L
Decimal 56 36 13 0 0.36 0.77 0.78 32.09 0.62 0.14
Hex 38 24 D 0 24 4D 4E 20 3E E
Octal 70 44 15 0 44 115 116 40 76 16
Binary 111000 100100 1101 0 100100 1001101 1001110 100000 111110 1110

Color Harmonies of #38240D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38240D

Black with #38240D

Text Example


Text Example

White with #38240D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,36,13); }

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

background-color css

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

 a { background-color: rgb(56,36,13); }

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

border-color css

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

 span { border-color: rgb(56,36,13); }

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