Html Css Color HEX #3A260F Cocoa Brown

📋 copy color: '#3A260F'

red 58 ◦ green 38 ◦ blue 15

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

Shades of Cocoa Brown #3A260F

Tints of Cocoa Brown #3A260F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 34.23%

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

R = 52.25%
G = 34.23%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.74

 K value IS 0.77

RGB Variations

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

Color information

#3A260F (or 0x3A260F) is known color: Cocoa Brown. HEX triplet: 3A, 26 and 0F. RGB value is (58,38,15). Sum of RGB (Red+Green+Blue) = 58+38+15=111 (14% of max value = 765). Red value is 58 (23.05% from 255 or 52.25% from 111); Green value is 38 (15.23% from 255 or 34.23% from 111); Blue value is 15 (6.25% from 255 or 13.51% from 111); Max value from RGB is 58 - color contains mainly: red. Hex color #3A260F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A260F is #C5D9F0. Grayscale: #292929. Windows color (decimal): -12966385 or 992826. OLE color: 992826.

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

Color convert

RGB 58 38 15 -
CMYK 0 0.34 0.74 0.77
HSL 32.09º 0.59% 0.14% -
HSV(B) 32.09º 0.74% 0.23% -
XYZ 2.52 2.32 0.77 -
YUV 41.36 113.13 139.87 -
System Red Green Blue C M Y K H S L
Decimal 58 38 15 0 0.34 0.74 0.77 32.09 0.59 0.14
Hex 3A 26 F 0 22 4A 4D 20 3B E
Octal 72 46 17 0 42 112 115 40 73 16
Binary 111010 100110 1111 0 100010 1001010 1001101 100000 111011 1110

Color Harmonies of #3A260F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A260F

Black with #3A260F

Text Example


Text Example

White with #3A260F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,38,15); }

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

background-color css

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

 a { background-color: rgb(58,38,15); }

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

border-color css

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

 span { border-color: rgb(58,38,15); }

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