Html Css Color HEX #231504 Cocoa Brown

📋 copy color: '#231504'

red 35 ◦ green 21 ◦ blue 4

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

Shades of Cocoa Brown #231504

Tints of Cocoa Brown #231504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 6.67%

R = 58.33%
G = 35%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.86

RGB Variations

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

Color information

#231504 (or 0x231504) is known color: Cocoa Brown. HEX triplet: 23, 15 and 04. RGB value is (35,21,4). Sum of RGB (Red+Green+Blue) = 35+21+4=60 (7% of max value = 765). Red value is 35 (14.06% from 255 or 58.33% from 60); Green value is 21 (8.59% from 255 or 35% from 60); Blue value is 4 (1.95% from 255 or 6.67% from 60); Max value from RGB is 35 - color contains mainly: red. Hex color #231504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231504 is #DCEAFB. Grayscale: #171717. Windows color (decimal): -14478076 or 267555. OLE color: 267555.

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

Color convert

RGB 35 21 4 -
CMYK 0 0.40 0.89 0.86
HSL 32.9º 0.79% 0.08% -
HSV(B) 32.9º 0.89% 0.14% -
XYZ 0.98 0.9 0.24 -
YUV 23.25 117.14 136.38 -
System Red Green Blue C M Y K H S L
Decimal 35 21 4 0 0.40 0.89 0.86 32.9 0.79 0.08
Hex 23 15 4 0 28 59 56 21 4F 8
Octal 43 25 4 0 50 131 126 41 117 10
Binary 100011 10101 100 0 101000 1011001 1010110 100001 1001111 1000

Color Harmonies of #231504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231504

Black with #231504

Text Example


Text Example

White with #231504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231504; }

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

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

background-color css

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

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

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

border-color css

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

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

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