Html Css Color HEX #8A451D Saddle Brown

📋 copy color: '#8A451D'

red 138 ◦ green 69 ◦ blue 29

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

Shades of Saddle Brown #8A451D

Tints of Saddle Brown #8A451D

RGB

 RED value IS 138 (54.3% from 255) = 58.47%

 GREEN value IS 69 (27.34% from 255) = 29.24%

 BLUE value IS 29 (11.72% from 255) = 12.29%

R = 58.47%
G = 29.24%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.79

 K value IS 0.46

RGB Variations

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

Color information

#8A451D (or 0x8A451D) is known color: Saddle Brown. HEX triplet: 8A, 45 and 1D. RGB value is (138,69,29). Sum of RGB (Red+Green+Blue) = 138+69+29=236 (31% of max value = 765). Red value is 138 (54.30% from 255 or 58.47% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 29 (11.72% from 255 or 12.29% from 236); Max value from RGB is 138 - color contains mainly: red. Hex color #8A451D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A451D is #75BAE2. Grayscale: #555555. Windows color (decimal): -7715555 or 1918346. OLE color: 1918346.

HSL color Cylindrical-coordinate representation of color #8A451D: hue angle of 22.02º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8A451D is Cyan = 0, Magento = 0.5, Yellow = 0.79 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 69 29 -
CMYK 0 0.5 0.79 0.46
HSL 22.02º 0.65% 0.33% -
HSV(B) 22.02º 0.79% 0.54% -
XYZ 12.83 9.75 2.37 -
YUV 85.07 96.36 165.75 -
System Red Green Blue C M Y K H S L
Decimal 138 69 29 0 0.5 0.79 0.46 22.02 0.65 0.33
Hex 8A 45 1D 0 32 4F 2E 16 41 21
Octal 212 105 35 0 62 117 56 26 101 41
Binary 10001010 1000101 11101 0 110010 1001111 101110 10110 1000001 100001

Color Harmonies of #8A451D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A451D

Black with #8A451D

Text Example


Text Example

White with #8A451D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A451D; }

 p { color: rgb(138,69,29); }

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

background-color css

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

 a { background-color: rgb(138,69,29); }

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

border-color css

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

 span { border-color: rgb(138,69,29); }

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