Html Css Color HEX #834012 Saddle Brown

📋 copy color: '#834012'

red 131 ◦ green 64 ◦ blue 18

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

Shades of Saddle Brown #834012

Tints of Saddle Brown #834012

RGB

 RED value IS 131 (51.56% from 255) = 61.5%

 GREEN value IS 64 (25.39% from 255) = 30.05%

 BLUE value IS 18 (7.42% from 255) = 8.45%

R = 61.5%
G = 30.05%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#834012 (or 0x834012) is known color: Saddle Brown. HEX triplet: 83, 40 and 12. RGB value is (131,64,18). Sum of RGB (Red+Green+Blue) = 131+64+18=213 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.50% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 131 - color contains mainly: red. Hex color #834012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834012 is #7CBFED. Grayscale: #4F4F4F. Windows color (decimal): -8175598 or 1196163. OLE color: 1196163.

HSL color Cylindrical-coordinate representation of color #834012: hue angle of 24.42º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #834012 is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 64 18 -
CMYK 0 0.51 0.86 0.49
HSL 24.42º 0.76% 0.29% -
HSV(B) 24.42º 0.86% 0.51% -
XYZ 11.3 8.54 1.62 -
YUV 78.79 93.7 165.24 -
System Red Green Blue C M Y K H S L
Decimal 131 64 18 0 0.51 0.86 0.49 24.42 0.76 0.29
Hex 83 40 12 0 33 56 31 18 4C 1D
Octal 203 100 22 0 63 126 61 30 114 35
Binary 10000011 1000000 10010 0 110011 1010110 110001 11000 1001100 11101

Color Harmonies of #834012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834012

Black with #834012

Text Example


Text Example

White with #834012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834012; }

 p { color: rgb(131,64,18); }

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

background-color css

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

 a { background-color: rgb(131,64,18); }

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

border-color css

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

 span { border-color: rgb(131,64,18); }

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