Html Css Color HEX #83430F Saddle Brown

📋 copy color: '#83430F'

red 131 ◦ green 67 ◦ blue 15

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

Shades of Saddle Brown #83430F

Tints of Saddle Brown #83430F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.46%

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

R = 61.5%
G = 31.46%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#83430F (or 0x83430F) is known color: Saddle Brown. HEX triplet: 83, 43 and 0F. RGB value is (131,67,15). Sum of RGB (Red+Green+Blue) = 131+67+15=213 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.50% from 213); Green value is 67 (26.56% from 255 or 31.46% from 213); Blue value is 15 (6.25% from 255 or 7.04% from 213); Max value from RGB is 131 - color contains mainly: red. Hex color #83430F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83430F is #7CBCF0. Grayscale: #505050. Windows color (decimal): -8174833 or 1000323. OLE color: 1000323.

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

Color convert

RGB 131 67 15 -
CMYK 0 0.49 0.89 0.49
HSL 26.9º 0.79% 0.29% -
HSV(B) 26.9º 0.89% 0.51% -
XYZ 11.45 8.87 1.56 -
YUV 80.21 91.2 164.23 -
System Red Green Blue C M Y K H S L
Decimal 131 67 15 0 0.49 0.89 0.49 26.9 0.79 0.29
Hex 83 43 F 0 31 59 31 1B 4F 1D
Octal 203 103 17 0 61 131 61 33 117 35
Binary 10000011 1000011 1111 0 110001 1011001 110001 11011 1001111 11101

Color Harmonies of #83430F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83430F

Black with #83430F

Text Example


Text Example

White with #83430F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,67,15); }

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

background-color css

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

 a { background-color: rgb(131,67,15); }

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

border-color css

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

 span { border-color: rgb(131,67,15); }

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