Html Css Color HEX #833D02 Saddle Brown

📋 copy color: '#833D02'

red 131 ◦ green 61 ◦ blue 2

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

Shades of Saddle Brown #833D02

Tints of Saddle Brown #833D02

RGB

 RED value IS 131 (51.56% from 255) = 67.53%

 GREEN value IS 61 (24.22% from 255) = 31.44%

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

R = 67.53%
G = 31.44%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#833D02 (or 0x833D02) is known color: Saddle Brown. HEX triplet: 83, 3D and 02. RGB value is (131,61,2). Sum of RGB (Red+Green+Blue) = 131+61+2=194 (25% of max value = 765). Red value is 131 (51.56% from 255 or 67.53% from 194); Green value is 61 (24.22% from 255 or 31.44% from 194); Blue value is 2 (1.17% from 255 or 1.03% from 194); Max value from RGB is 131 - color contains mainly: red. Hex color #833D02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833D02 is #7CC2FD. Grayscale: #4B4B4B. Windows color (decimal): -8176382 or 146819. OLE color: 146819.

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

Color convert

RGB 131 61 2 -
CMYK 0 0.53 0.98 0.49
HSL 27.44º 0.97% 0.26% -
HSV(B) 27.44º 0.98% 0.51% -
XYZ 11.04 8.17 1.05 -
YUV 75.2 86.69 167.8 -
System Red Green Blue C M Y K H S L
Decimal 131 61 2 0 0.53 0.98 0.49 27.44 0.97 0.26
Hex 83 3D 2 0 35 62 31 1B 61 1A
Octal 203 75 2 0 65 142 61 33 141 32
Binary 10000011 111101 10 0 110101 1100010 110001 11011 1100001 11010

Color Harmonies of #833D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833D02

Black with #833D02

Text Example


Text Example

White with #833D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833D02; }

 p { color: rgb(131,61,2); }

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

background-color css

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

 a { background-color: rgb(131,61,2); }

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

border-color css

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

 span { border-color: rgb(131,61,2); }

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