Html Css Color HEX #3B230F Cocoa Brown

📋 copy color: '#3B230F'

red 59 ◦ green 35 ◦ blue 15

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

Shades of Cocoa Brown #3B230F

Tints of Cocoa Brown #3B230F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 32.11%

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

R = 54.13%
G = 32.11%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.75

 K value IS 0.77

RGB Variations

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

Color information

#3B230F (or 0x3B230F) is known color: Cocoa Brown. HEX triplet: 3B, 23 and 0F. RGB value is (59,35,15). Sum of RGB (Red+Green+Blue) = 59+35+15=109 (14% of max value = 765). Red value is 59 (23.44% from 255 or 54.13% from 109); Green value is 35 (14.06% from 255 or 32.11% from 109); Blue value is 15 (6.25% from 255 or 13.76% from 109); Max value from RGB is 59 - color contains mainly: red. Hex color #3B230F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B230F is #C4DCF0. Grayscale: #272727. Windows color (decimal): -12901617 or 992059. OLE color: 992059.

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

Color convert

RGB 59 35 15 -
CMYK 0 0.41 0.75 0.77
HSL 27.27º 0.59% 0.15% -
HSV(B) 27.27º 0.75% 0.23% -
XYZ 2.49 2.17 0.74 -
YUV 39.9 113.95 141.63 -
System Red Green Blue C M Y K H S L
Decimal 59 35 15 0 0.41 0.75 0.77 27.27 0.59 0.15
Hex 3B 23 F 0 29 4B 4D 1B 3B F
Octal 73 43 17 0 51 113 115 33 73 17
Binary 111011 100011 1111 0 101001 1001011 1001101 11011 111011 1111

Color Harmonies of #3B230F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B230F

Black with #3B230F

Text Example


Text Example

White with #3B230F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,35,15); }

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

background-color css

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

 a { background-color: rgb(59,35,15); }

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

border-color css

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

 span { border-color: rgb(59,35,15); }

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