Html Css Color HEX #82340A Saddle Brown

📋 copy color: '#82340A'

red 130 ◦ green 52 ◦ blue 10

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

Shades of Saddle Brown #82340A

Tints of Saddle Brown #82340A

RGB

 RED value IS 130 (51.17% from 255) = 67.71%

 GREEN value IS 52 (20.7% from 255) = 27.08%

 BLUE value IS 10 (4.3% from 255) = 5.21%

R = 67.71%
G = 27.08%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#82340A (or 0x82340A) is known color: Saddle Brown. HEX triplet: 82, 34 and 0A. RGB value is (130,52,10). Sum of RGB (Red+Green+Blue) = 130+52+10=192 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.71% from 192); Green value is 52 (20.70% from 255 or 27.08% from 192); Blue value is 10 (4.30% from 255 or 5.21% from 192); Max value from RGB is 130 - color contains mainly: red. Hex color #82340A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82340A is #7DCBF5. Grayscale: #464646. Windows color (decimal): -8244214 or 668802. OLE color: 668802.

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

Color convert

RGB 130 52 10 -
CMYK 0 0.60 0.92 0.49
HSL 21º 0.86% 0.27% -
HSV(B) 21º 0.92% 0.51% -
XYZ 10.49 7.22 1.13 -
YUV 70.53 93.84 170.42 -
System Red Green Blue C M Y K H S L
Decimal 130 52 10 0 0.60 0.92 0.49 21 0.86 0.27
Hex 82 34 A 0 3C 5C 31 15 56 1B
Octal 202 64 12 0 74 134 61 25 126 33
Binary 10000010 110100 1010 0 111100 1011100 110001 10101 1010110 11011

Color Harmonies of #82340A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82340A

Black with #82340A

Text Example


Text Example

White with #82340A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82340A; }

 p { color: rgb(130,52,10); }

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

background-color css

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

 a { background-color: rgb(130,52,10); }

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

border-color css

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

 span { border-color: rgb(130,52,10); }

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