Html Css Color HEX #82330F Saddle Brown

📋 copy color: '#82330F'

red 130 ◦ green 51 ◦ blue 15

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

Shades of Saddle Brown #82330F

Tints of Saddle Brown #82330F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.02%

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

R = 66.33%
G = 26.02%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#82330F (or 0x82330F) is known color: Saddle Brown. HEX triplet: 82, 33 and 0F. RGB value is (130,51,15). Sum of RGB (Red+Green+Blue) = 130+51+15=196 (25% of max value = 765). Red value is 130 (51.17% from 255 or 66.33% from 196); Green value is 51 (20.31% from 255 or 26.02% from 196); Blue value is 15 (6.25% from 255 or 7.65% from 196); Max value from RGB is 130 - color contains mainly: red. Hex color #82330F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #82330F is #7DCCF0. Grayscale: #464646. Windows color (decimal): -8244465 or 996226. OLE color: 996226.

HSL color Cylindrical-coordinate representation of color #82330F: hue angle of 18.78º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #82330F is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 51 15 -
CMYK 0 0.61 0.88 0.49
HSL 18.78º 0.79% 0.28% -
HSV(B) 18.78º 0.88% 0.51% -
XYZ 10.48 7.15 1.28 -
YUV 70.52 96.67 170.43 -
System Red Green Blue C M Y K H S L
Decimal 130 51 15 0 0.61 0.88 0.49 18.78 0.79 0.28
Hex 82 33 F 0 3D 58 31 13 4F 1C
Octal 202 63 17 0 75 130 61 23 117 34
Binary 10000010 110011 1111 0 111101 1011000 110001 10011 1001111 11100

Color Harmonies of #82330F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82330F

Black with #82330F

Text Example


Text Example

White with #82330F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,51,15); }

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

background-color css

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

 a { background-color: rgb(130,51,15); }

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

border-color css

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

 span { border-color: rgb(130,51,15); }

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