Html Css Color HEX #3C250F Cocoa Brown

📋 copy color: '#3C250F'

red 60 ◦ green 37 ◦ blue 15

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

Shades of Cocoa Brown #3C250F

Tints of Cocoa Brown #3C250F

RGB

 RED value IS 60 (23.83% from 255) = 53.57%

 GREEN value IS 37 (14.84% from 255) = 33.04%

 BLUE value IS 15 (6.25% from 255) = 13.39%

R = 53.57%
G = 33.04%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.75

 K value IS 0.76

RGB Variations

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

Color information

#3C250F (or 0x3C250F) is known color: Cocoa Brown. HEX triplet: 3C, 25 and 0F. RGB value is (60,37,15). Sum of RGB (Red+Green+Blue) = 60+37+15=112 (14% of max value = 765). Red value is 60 (23.83% from 255 or 53.57% from 112); Green value is 37 (14.84% from 255 or 33.04% from 112); Blue value is 15 (6.25% from 255 or 13.39% from 112); Max value from RGB is 60 - color contains mainly: red. Hex color #3C250F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C250F is #C3DAF0. Grayscale: #292929. Windows color (decimal): -12835569 or 992572. OLE color: 992572.

HSL color Cylindrical-coordinate representation of color #3C250F: hue angle of 29.33º degrees, saturation: 0.6, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C250F is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 37 15 -
CMYK 0 0.38 0.75 0.76
HSL 29.33º 0.6% 0.15% -
HSV(B) 29.33º 0.75% 0.24% -
XYZ 2.61 2.32 0.76 -
YUV 41.37 113.12 141.29 -
System Red Green Blue C M Y K H S L
Decimal 60 37 15 0 0.38 0.75 0.76 29.33 0.6 0.15
Hex 3C 25 F 0 26 4B 4C 1D 3C F
Octal 74 45 17 0 46 113 114 35 74 17
Binary 111100 100101 1111 0 100110 1001011 1001100 11101 111100 1111

Color Harmonies of #3C250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C250F

Black with #3C250F

Text Example


Text Example

White with #3C250F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C250F; }

 p { color: rgb(60,37,15); }

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

background-color css

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

 a { background-color: rgb(60,37,15); }

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

border-color css

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

 span { border-color: rgb(60,37,15); }

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