Html Css Color HEX #38240C Cocoa Brown

📋 copy color: '#38240C'

red 56 ◦ green 36 ◦ blue 12

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

Shades of Cocoa Brown #38240C

Tints of Cocoa Brown #38240C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 11.54%

R = 53.85%
G = 34.62%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.79

 K value IS 0.78

RGB Variations

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

Color information

#38240C (or 0x38240C) is known color: Cocoa Brown. HEX triplet: 38, 24 and 0C. RGB value is (56,36,12). Sum of RGB (Red+Green+Blue) = 56+36+12=104 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.85% from 104); Green value is 36 (14.45% from 255 or 34.62% from 104); Blue value is 12 (5.08% from 255 or 11.54% from 104); Max value from RGB is 56 - color contains mainly: red. Hex color #38240C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38240C is #C7DBF3. Grayscale: #272727. Windows color (decimal): -13097972 or 795704. OLE color: 795704.

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

Color convert

RGB 56 36 12 -
CMYK 0 0.36 0.79 0.78
HSL 32.73º 0.65% 0.13% -
HSV(B) 32.73º 0.79% 0.22% -
XYZ 2.33 2.13 0.64 -
YUV 39.24 112.63 139.95 -
System Red Green Blue C M Y K H S L
Decimal 56 36 12 0 0.36 0.79 0.78 32.73 0.65 0.13
Hex 38 24 C 0 24 4F 4E 21 41 D
Octal 70 44 14 0 44 117 116 41 101 15
Binary 111000 100100 1100 0 100100 1001111 1001110 100001 1000001 1101

Color Harmonies of #38240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38240C

Black with #38240C

Text Example


Text Example

White with #38240C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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