Html Css Color HEX #231601 Cocoa Brown

📋 copy color: '#231601'

red 35 ◦ green 22 ◦ blue 1

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

Shades of Cocoa Brown #231601

Tints of Cocoa Brown #231601

RGB

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

 GREEN value IS 22 (8.98% from 255) = 37.93%

 BLUE value IS 1 (0.78% from 255) = 1.72%

R = 60.34%
G = 37.93%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.97

 K value IS 0.86

RGB Variations

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

Color information

#231601 (or 0x231601) is known color: Cocoa Brown. HEX triplet: 23, 16 and 01. RGB value is (35,22,1). Sum of RGB (Red+Green+Blue) = 35+22+1=58 (7% of max value = 765). Red value is 35 (14.06% from 255 or 60.34% from 58); Green value is 22 (8.98% from 255 or 37.93% from 58); Blue value is 1 (0.78% from 255 or 1.72% from 58); Max value from RGB is 35 - color contains mainly: red. Hex color #231601 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231601 is #DCE9FE. Grayscale: #171717. Windows color (decimal): -14477823 or 71203. OLE color: 71203.

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

Color convert

RGB 35 22 1 -
CMYK 0 0.37 0.97 0.86
HSL 37.06º 0.94% 0.07% -
HSV(B) 37.06º 0.97% 0.14% -
XYZ 0.99 0.93 0.16 -
YUV 23.49 115.31 136.21 -
System Red Green Blue C M Y K H S L
Decimal 35 22 1 0 0.37 0.97 0.86 37.06 0.94 0.07
Hex 23 16 1 0 25 61 56 25 5E 7
Octal 43 26 1 0 45 141 126 45 136 7
Binary 100011 10110 1 0 100101 1100001 1010110 100101 1011110 111

Color Harmonies of #231601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231601

Black with #231601

Text Example


Text Example

White with #231601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231601; }

 p { color: rgb(35,22,1); }

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

background-color css

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

 a { background-color: rgb(35,22,1); }

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

border-color css

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

 span { border-color: rgb(35,22,1); }

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