Html Css Color HEX #3B220D Cocoa Brown

📋 copy color: '#3B220D'

red 59 ◦ green 34 ◦ blue 13

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

Shades of Cocoa Brown #3B220D

Tints of Cocoa Brown #3B220D

RGB

 RED value IS 59 (23.44% from 255) = 55.66%

 GREEN value IS 34 (13.67% from 255) = 32.08%

 BLUE value IS 13 (5.47% from 255) = 12.26%

R = 55.66%
G = 32.08%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.77

RGB Variations

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

Color information

#3B220D (or 0x3B220D) is known color: Cocoa Brown. HEX triplet: 3B, 22 and 0D. RGB value is (59,34,13). Sum of RGB (Red+Green+Blue) = 59+34+13=106 (14% of max value = 765). Red value is 59 (23.44% from 255 or 55.66% from 106); Green value is 34 (13.67% from 255 or 32.08% from 106); Blue value is 13 (5.47% from 255 or 12.26% from 106); Max value from RGB is 59 - color contains mainly: red. Hex color #3B220D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B220D is #C4DDF2. Grayscale: #272727. Windows color (decimal): -12901875 or 860731. OLE color: 860731.

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

Color convert

RGB 59 34 13 -
CMYK 0 0.42 0.78 0.77
HSL 27.39º 0.64% 0.14% -
HSV(B) 27.39º 0.78% 0.23% -
XYZ 2.45 2.1 0.66 -
YUV 39.08 113.28 142.21 -
System Red Green Blue C M Y K H S L
Decimal 59 34 13 0 0.42 0.78 0.77 27.39 0.64 0.14
Hex 3B 22 D 0 2A 4E 4D 1B 40 E
Octal 73 42 15 0 52 116 115 33 100 16
Binary 111011 100010 1101 0 101010 1001110 1001101 11011 1000000 1110

Color Harmonies of #3B220D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B220D

Black with #3B220D

Text Example


Text Example

White with #3B220D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,34,13); }

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

background-color css

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

 a { background-color: rgb(59,34,13); }

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

border-color css

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

 span { border-color: rgb(59,34,13); }

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