Html Css Color HEX #84430F Saddle Brown

📋 copy color: '#84430F'

red 132 ◦ green 67 ◦ blue 15

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

Shades of Saddle Brown #84430F

Tints of Saddle Brown #84430F

RGB

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

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

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

R = 61.68%
G = 31.31%
B = 7.01%

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

#84430F (or 0x84430F) is known color: Saddle Brown. HEX triplet: 84, 43 and 0F. RGB value is (132,67,15). Sum of RGB (Red+Green+Blue) = 132+67+15=214 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.68% from 214); Green value is 67 (26.56% from 255 or 31.31% from 214); Blue value is 15 (6.25% from 255 or 7.01% from 214); Max value from RGB is 132 - color contains mainly: red. Hex color #84430F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #84430F is #7BBCF0. Grayscale: #505050. Windows color (decimal): -8109297 or 1000324. OLE color: 1000324.

HSL color Cylindrical-coordinate representation of color #84430F: hue angle of 26.67º degrees, saturation: 0.8, 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 #84430F is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 67 15 -
CMYK 0 0.49 0.89 0.48
HSL 26.67º 0.8% 0.29% -
HSV(B) 26.67º 0.89% 0.52% -
XYZ 11.61 8.95 1.57 -
YUV 80.51 91.03 164.73 -
System Red Green Blue C M Y K H S L
Decimal 132 67 15 0 0.49 0.89 0.48 26.67 0.8 0.29
Hex 84 43 F 0 31 59 30 1B 50 1D
Octal 204 103 17 0 61 131 60 33 120 35
Binary 10000100 1000011 1111 0 110001 1011001 110000 11011 1010000 11101

Color Harmonies of #84430F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84430F

Black with #84430F

Text Example


Text Example

White with #84430F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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