Html Css Color HEX #82380B Saddle Brown

📋 copy color: '#82380B'

red 130 ◦ green 56 ◦ blue 11

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

Shades of Saddle Brown #82380B

Tints of Saddle Brown #82380B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 28.43%

 BLUE value IS 11 (4.69% from 255) = 5.58%

R = 65.99%
G = 28.43%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#82380B (or 0x82380B) is known color: Saddle Brown. HEX triplet: 82, 38 and 0B. RGB value is (130,56,11). Sum of RGB (Red+Green+Blue) = 130+56+11=197 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.99% from 197); Green value is 56 (22.27% from 255 or 28.43% from 197); Blue value is 11 (4.69% from 255 or 5.58% from 197); Max value from RGB is 130 - color contains mainly: red. Hex color #82380B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82380B is #7DC7F4. Grayscale: #494949. Windows color (decimal): -8243189 or 735362. OLE color: 735362.

HSL color Cylindrical-coordinate representation of color #82380B: hue angle of 22.69º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #82380B is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 56 11 -
CMYK 0 0.57 0.92 0.49
HSL 22.69º 0.84% 0.28% -
HSV(B) 22.69º 0.92% 0.51% -
XYZ 10.68 7.6 1.22 -
YUV 73 93.02 168.66 -
System Red Green Blue C M Y K H S L
Decimal 130 56 11 0 0.57 0.92 0.49 22.69 0.84 0.28
Hex 82 38 B 0 39 5C 31 17 54 1C
Octal 202 70 13 0 71 134 61 27 124 34
Binary 10000010 111000 1011 0 111001 1011100 110001 10111 1010100 11100

Color Harmonies of #82380B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82380B

Black with #82380B

Text Example


Text Example

White with #82380B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82380B; }

 p { color: rgb(130,56,11); }

 H1.HeaderClassName
 {
   color: #82380B;
 }
 .AnyTagClassName
 {
   color: #82380B;
 }
</style>

background-color css

<style>
 a { background-color: #82380B; }

 a { background-color: rgb(130,56,11); }

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

border-color css

<style>
 span { border-color: #82380B; }

 span { border-color: rgb(130,56,11); }

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