Html Css Color HEX #823702 Saddle Brown

📋 copy color: '#823702'

red 130 ◦ green 55 ◦ blue 2

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

Shades of Saddle Brown #823702

Tints of Saddle Brown #823702

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.41%

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

R = 69.52%
G = 29.41%
B = 1.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#823702 (or 0x823702) is known color: Saddle Brown. HEX triplet: 82, 37 and 02. RGB value is (130,55,2). Sum of RGB (Red+Green+Blue) = 130+55+2=187 (24% of max value = 765). Red value is 130 (51.17% from 255 or 69.52% from 187); Green value is 55 (21.88% from 255 or 29.41% from 187); Blue value is 2 (1.17% from 255 or 1.07% from 187); Max value from RGB is 130 - color contains mainly: red. Hex color #823702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823702 is #7DC8FD. Grayscale: #474747. Windows color (decimal): -8243454 or 145282. OLE color: 145282.

HSL color Cylindrical-coordinate representation of color #823702: hue angle of 24.84º 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 #823702 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 55 2 -
CMYK 0 0.58 0.98 0.49
HSL 24.84º 0.97% 0.26% -
HSV(B) 24.84º 0.98% 0.51% -
XYZ 10.58 7.48 0.94 -
YUV 71.38 88.85 169.81 -
System Red Green Blue C M Y K H S L
Decimal 130 55 2 0 0.58 0.98 0.49 24.84 0.97 0.26
Hex 82 37 2 0 3A 62 31 19 61 1A
Octal 202 67 2 0 72 142 61 31 141 32
Binary 10000010 110111 10 0 111010 1100010 110001 11001 1100001 11010

Color Harmonies of #823702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823702

Black with #823702

Text Example


Text Example

White with #823702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823702; }

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

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

background-color css

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

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

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

border-color css

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

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

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