Html Css Color HEX #231502 Cocoa Brown

📋 copy color: '#231502'

red 35 ◦ green 21 ◦ blue 2

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

Shades of Cocoa Brown #231502

Tints of Cocoa Brown #231502

RGB

 RED value IS 35 (14.06% from 255) = 60.34%

 GREEN value IS 21 (8.59% from 255) = 36.21%

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

R = 60.34%
G = 36.21%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.86

RGB Variations

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

Color information

#231502 (or 0x231502) is known color: Cocoa Brown. HEX triplet: 23, 15 and 02. RGB value is (35,21,2). Sum of RGB (Red+Green+Blue) = 35+21+2=58 (7% of max value = 765). Red value is 35 (14.06% from 255 or 60.34% from 58); Green value is 21 (8.59% from 255 or 36.21% from 58); Blue value is 2 (1.17% from 255 or 3.45% from 58); Max value from RGB is 35 - color contains mainly: red. Hex color #231502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231502 is #DCEAFD. Grayscale: #171717. Windows color (decimal): -14478078 or 136483. OLE color: 136483.

HSL color Cylindrical-coordinate representation of color #231502: hue angle of 34.55º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #231502 is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 21 2 -
CMYK 0 0.40 0.94 0.86
HSL 34.55º 0.89% 0.07% -
HSV(B) 34.55º 0.94% 0.14% -
XYZ 0.97 0.9 0.18 -
YUV 23.02 116.14 136.54 -
System Red Green Blue C M Y K H S L
Decimal 35 21 2 0 0.40 0.94 0.86 34.55 0.89 0.07
Hex 23 15 2 0 28 5E 56 23 59 7
Octal 43 25 2 0 50 136 126 43 131 7
Binary 100011 10101 10 0 101000 1011110 1010110 100011 1011001 111

Color Harmonies of #231502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231502

Black with #231502

Text Example


Text Example

White with #231502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231502; }

 p { color: rgb(35,21,2); }

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

background-color css

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

 a { background-color: rgb(35,21,2); }

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

border-color css

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

 span { border-color: rgb(35,21,2); }

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