Html Css Color HEX #3A250C Cocoa Brown

📋 copy color: '#3A250C'

red 58 ◦ green 37 ◦ blue 12

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

Shades of Cocoa Brown #3A250C

Tints of Cocoa Brown #3A250C

RGB

 RED value IS 58 (23.05% from 255) = 54.21%

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

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

R = 54.21%
G = 34.58%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.79

 K value IS 0.77

RGB Variations

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

Color information

#3A250C (or 0x3A250C) is known color: Cocoa Brown. HEX triplet: 3A, 25 and 0C. RGB value is (58,37,12). Sum of RGB (Red+Green+Blue) = 58+37+12=107 (14% of max value = 765). Red value is 58 (23.05% from 255 or 54.21% from 107); Green value is 37 (14.84% from 255 or 34.58% from 107); Blue value is 12 (5.08% from 255 or 11.21% from 107); Max value from RGB is 58 - color contains mainly: red. Hex color #3A250C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A250C is #C5DAF3. Grayscale: #282828. Windows color (decimal): -12966644 or 795962. OLE color: 795962.

HSL color Cylindrical-coordinate representation of color #3A250C: hue angle of 32.61º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3A250C is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.77.

Color convert

RGB 58 37 12 -
CMYK 0 0.36 0.79 0.77
HSL 32.61º 0.66% 0.14% -
HSV(B) 32.61º 0.79% 0.23% -
XYZ 2.47 2.25 0.65 -
YUV 40.43 111.96 140.53 -
System Red Green Blue C M Y K H S L
Decimal 58 37 12 0 0.36 0.79 0.77 32.61 0.66 0.14
Hex 3A 25 C 0 24 4F 4D 21 42 E
Octal 72 45 14 0 44 117 115 41 102 16
Binary 111010 100101 1100 0 100100 1001111 1001101 100001 1000010 1110

Color Harmonies of #3A250C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A250C

Black with #3A250C

Text Example


Text Example

White with #3A250C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,37,12); }

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

background-color css

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

 a { background-color: rgb(58,37,12); }

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

border-color css

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

 span { border-color: rgb(58,37,12); }

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