Html Css Color HEX #31230F Cocoa Brown

📋 copy color: '#31230F'

red 49 ◦ green 35 ◦ blue 15

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

Shades of Cocoa Brown #31230F

Tints of Cocoa Brown #31230F

RGB

 RED value IS 49 (19.53% from 255) = 49.49%

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

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

R = 49.49%
G = 35.35%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.81

RGB Variations

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

Color information

#31230F (or 0x31230F) is known color: Cocoa Brown. HEX triplet: 31, 23 and 0F. RGB value is (49,35,15). Sum of RGB (Red+Green+Blue) = 49+35+15=99 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49.49% from 99); Green value is 35 (14.06% from 255 or 35.35% from 99); Blue value is 15 (6.25% from 255 or 15.15% from 99); Max value from RGB is 49 - color contains mainly: red. Hex color #31230F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #31230F is #CEDCF0. Grayscale: #242424. Windows color (decimal): -13556977 or 992049. OLE color: 992049.

HSL color Cylindrical-coordinate representation of color #31230F: hue angle of 35.29º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31230F is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 35 15 -
CMYK 0 0.29 0.69 0.81
HSL 35.29º 0.53% 0.13% -
HSV(B) 35.29º 0.69% 0.19% -
XYZ 1.95 1.89 0.71 -
YUV 36.91 115.64 136.63 -
System Red Green Blue C M Y K H S L
Decimal 49 35 15 0 0.29 0.69 0.81 35.29 0.53 0.13
Hex 31 23 F 0 1D 45 51 23 35 D
Octal 61 43 17 0 35 105 121 43 65 15
Binary 110001 100011 1111 0 11101 1000101 1010001 100011 110101 1101

Color Harmonies of #31230F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31230F

Black with #31230F

Text Example


Text Example

White with #31230F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31230F; }

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

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

background-color css

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

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

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

border-color css

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

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

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