Html Css Color HEX #823A02 Saddle Brown

📋 copy color: '#823A02'

red 130 ◦ green 58 ◦ blue 2

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

Shades of Saddle Brown #823A02

Tints of Saddle Brown #823A02

RGB

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

 GREEN value IS 58 (23.05% from 255) = 30.53%

 BLUE value IS 2 (1.17% from 255) = 1.05%

R = 68.42%
G = 30.53%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#823A02 (or 0x823A02) is known color: Saddle Brown. HEX triplet: 82, 3A and 02. RGB value is (130,58,2). Sum of RGB (Red+Green+Blue) = 130+58+2=190 (25% of max value = 765). Red value is 130 (51.17% from 255 or 68.42% from 190); Green value is 58 (23.05% from 255 or 30.53% from 190); Blue value is 2 (1.17% from 255 or 1.05% from 190); Max value from RGB is 130 - color contains mainly: red. Hex color #823A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823A02 is #7DC5FD. Grayscale: #494949. Windows color (decimal): -8242686 or 146050. OLE color: 146050.

HSL color Cylindrical-coordinate representation of color #823A02: hue angle of 26.25º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #823A02 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 58 2 -
CMYK 0 0.55 0.98 0.49
HSL 26.25º 0.97% 0.26% -
HSV(B) 26.25º 0.98% 0.51% -
XYZ 10.73 7.78 0.99 -
YUV 73.14 87.85 168.55 -
System Red Green Blue C M Y K H S L
Decimal 130 58 2 0 0.55 0.98 0.49 26.25 0.97 0.26
Hex 82 3A 2 0 37 62 31 1A 61 1A
Octal 202 72 2 0 67 142 61 32 141 32
Binary 10000010 111010 10 0 110111 1100010 110001 11010 1100001 11010

Color Harmonies of #823A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823A02

Black with #823A02

Text Example


Text Example

White with #823A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823A02; }

 p { color: rgb(130,58,2); }

 H1.HeaderClassName
 {
   color: #823A02;
 }
 .AnyTagClassName
 {
   color: #823A02;
 }
</style>

background-color css

<style>
 a { background-color: #823A02; }

 a { background-color: rgb(130,58,2); }

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

border-color css

<style>
 span { border-color: #823A02; }

 span { border-color: rgb(130,58,2); }

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