Html Css Color HEX #3A1D02 Cocoa Brown

📋 copy color: '#3A1D02'

red 58 ◦ green 29 ◦ blue 2

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

Shades of Cocoa Brown #3A1D02

Tints of Cocoa Brown #3A1D02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.25%

R = 65.17%
G = 32.58%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.97

 K value IS 0.77

RGB Variations

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

Color information

#3A1D02 (or 0x3A1D02) is known color: Cocoa Brown. HEX triplet: 3A, 1D and 02. RGB value is (58,29,2). Sum of RGB (Red+Green+Blue) = 58+29+2=89 (11% of max value = 765). Red value is 58 (23.05% from 255 or 65.17% from 89); Green value is 29 (11.72% from 255 or 32.58% from 89); Blue value is 2 (1.17% from 255 or 2.25% from 89); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1D02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A1D02 is #C5E2FD. Grayscale: #222222. Windows color (decimal): -12968702 or 138554. OLE color: 138554.

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

Color convert

RGB 58 29 2 -
CMYK 0 0.5 0.97 0.77
HSL 28.93º 0.93% 0.12% -
HSV(B) 28.93º 0.97% 0.23% -
XYZ 2.2 1.78 0.29 -
YUV 34.59 109.61 144.7 -
System Red Green Blue C M Y K H S L
Decimal 58 29 2 0 0.5 0.97 0.77 28.93 0.93 0.12
Hex 3A 1D 2 0 32 61 4D 1D 5D C
Octal 72 35 2 0 62 141 115 35 135 14
Binary 111010 11101 10 0 110010 1100001 1001101 11101 1011101 1100

Color Harmonies of #3A1D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1D02

Black with #3A1D02

Text Example


Text Example

White with #3A1D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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