Html Css Color HEX #3A1D00 Cocoa Brown

📋 copy color: '#3A1D00'

red 58 ◦ green 29 ◦ blue 0

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

Shades of Cocoa Brown #3A1D00

Tints of Cocoa Brown #3A1D00

RGB

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

 GREEN value IS 29 (11.72% from 255) = 33.33%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 66.67%
G = 33.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 1

 K value IS 0.77

RGB Variations

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

Color information

#3A1D00 (or 0x3A1D00) is known color: Cocoa Brown. HEX triplet: 3A, 1D and 00. RGB value is (58,29,0). Sum of RGB (Red+Green+Blue) = 58+29+0=87 (11% of max value = 765). Red value is 58 (23.05% from 255 or 66.67% from 87); Green value is 29 (11.72% from 255 or 33.33% from 87); Blue value is 0 (0.39% from 255 or 0% from 87); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1D00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A1D00 is #C5E2FF. Grayscale: #222222. Windows color (decimal): -12968704 or 7482. OLE color: 7482.

HSL color Cylindrical-coordinate representation of color #3A1D00: hue angle of 30º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A1D00 is Cyan = 0, Magento = 0.5, Yellow = 1 and Black (K on CMYK) = 0.77.

Color convert

RGB 58 29 0 -
CMYK 0 0.5 1 0.77
HSL 30º 1% 0.11% -
HSV(B) 30º 1% 0.23% -
XYZ 2.18 1.78 0.23 -
YUV 34.37 108.61 144.86 -
System Red Green Blue C M Y K H S L
Decimal 58 29 0 0 0.5 1 0.77 30 1 0.11
Hex 3A 1D 0 0 32 64 4D 1E 64 B
Octal 72 35 0 0 62 144 115 36 144 13
Binary 111010 11101 0 0 110010 1100100 1001101 11110 1100100 1011

Color Harmonies of #3A1D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1D00

Black with #3A1D00

Text Example


Text Example

White with #3A1D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,29,0); }

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

background-color css

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

 a { background-color: rgb(58,29,0); }

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

border-color css

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

 span { border-color: rgb(58,29,0); }

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