Html Css Color HEX #231A0F Cocoa Brown

📋 copy color: '#231A0F'

red 35 ◦ green 26 ◦ blue 15

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

Shades of Cocoa Brown #231A0F

Tints of Cocoa Brown #231A0F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 34.21%

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

R = 46.05%
G = 34.21%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.57

 K value IS 0.86

RGB Variations

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

Color information

#231A0F (or 0x231A0F) is known color: Cocoa Brown. HEX triplet: 23, 1A and 0F. RGB value is (35,26,15). Sum of RGB (Red+Green+Blue) = 35+26+15=76 (10% of max value = 765). Red value is 35 (14.06% from 255 or 46.05% from 76); Green value is 26 (10.55% from 255 or 34.21% from 76); Blue value is 15 (6.25% from 255 or 19.74% from 76); Max value from RGB is 35 - color contains mainly: red. Hex color #231A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231A0F is #DCE5F0. Grayscale: #1B1B1B. Windows color (decimal): -14476785 or 989731. OLE color: 989731.

HSL color Cylindrical-coordinate representation of color #231A0F: hue angle of 33º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #231A0F is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 26 15 -
CMYK 0 0.26 0.57 0.86
HSL 33º 0.4% 0.1% -
HSV(B) 33º 0.57% 0.14% -
XYZ 1.15 1.13 0.61 -
YUV 27.44 120.98 133.39 -
System Red Green Blue C M Y K H S L
Decimal 35 26 15 0 0.26 0.57 0.86 33 0.4 0.1
Hex 23 1A F 0 1A 39 56 21 28 A
Octal 43 32 17 0 32 71 126 41 50 12
Binary 100011 11010 1111 0 11010 111001 1010110 100001 101000 1010

Color Harmonies of #231A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231A0F

Black with #231A0F

Text Example


Text Example

White with #231A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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