Html Css Color HEX #84430E Saddle Brown

📋 copy color: '#84430E'

red 132 ◦ green 67 ◦ blue 14

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

Shades of Saddle Brown #84430E

Tints of Saddle Brown #84430E

RGB

 RED value IS 132 (51.95% from 255) = 61.97%

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

 BLUE value IS 14 (5.86% from 255) = 6.57%

R = 61.97%
G = 31.46%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#84430E (or 0x84430E) is known color: Saddle Brown. HEX triplet: 84, 43 and 0E. RGB value is (132,67,14). Sum of RGB (Red+Green+Blue) = 132+67+14=213 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.97% from 213); Green value is 67 (26.56% from 255 or 31.46% from 213); Blue value is 14 (5.86% from 255 or 6.57% from 213); Max value from RGB is 132 - color contains mainly: red. Hex color #84430E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #84430E is #7BBCF1. Grayscale: #505050. Windows color (decimal): -8109298 or 934788. OLE color: 934788.

HSL color Cylindrical-coordinate representation of color #84430E: hue angle of 26.95º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #84430E is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 67 14 -
CMYK 0 0.49 0.89 0.48
HSL 26.95º 0.81% 0.29% -
HSV(B) 26.95º 0.89% 0.52% -
XYZ 11.6 8.95 1.53 -
YUV 80.39 90.53 164.81 -
System Red Green Blue C M Y K H S L
Decimal 132 67 14 0 0.49 0.89 0.48 26.95 0.81 0.29
Hex 84 43 E 0 31 59 30 1B 51 1D
Octal 204 103 16 0 61 131 60 33 121 35
Binary 10000100 1000011 1110 0 110001 1011001 110000 11011 1010001 11101

Color Harmonies of #84430E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84430E

Black with #84430E

Text Example


Text Example

White with #84430E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84430E; }

 p { color: rgb(132,67,14); }

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

background-color css

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

 a { background-color: rgb(132,67,14); }

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

border-color css

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

 span { border-color: rgb(132,67,14); }

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