Html Css Color HEX #652522 Red Oxide

📋 copy color: '#652522'

red 101 ◦ green 37 ◦ blue 34

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

Shades of Red Oxide #652522

Tints of Red Oxide #652522

RGB

 RED value IS 101 (39.84% from 255) = 58.72%

 GREEN value IS 37 (14.84% from 255) = 21.51%

 BLUE value IS 34 (13.67% from 255) = 19.77%

R = 58.72%
G = 21.51%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.60

RGB Variations

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

Color information

#652522 (or 0x652522) is known color: Red Oxide. HEX triplet: 65, 25 and 22. RGB value is (101,37,34). Sum of RGB (Red+Green+Blue) = 101+37+34=172 (22% of max value = 765). Red value is 101 (39.84% from 255 or 58.72% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 34 (13.67% from 255 or 19.77% from 172); Max value from RGB is 101 - color contains mainly: red. Hex color #652522 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652522 is #9ADADD. Grayscale: #373737. Windows color (decimal): -10148574 or 2237797. OLE color: 2237797.

HSL color Cylindrical-coordinate representation of color #652522: hue angle of 2.69º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #652522 is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 37 34 -
CMYK 0 0.63 0.66 0.60
HSL 2.69º 0.5% 0.26% -
HSV(B) 2.69º 0.66% 0.4% -
XYZ 6.32 4.21 1.99 -
YUV 55.79 115.7 160.24 -
System Red Green Blue C M Y K H S L
Decimal 101 37 34 0 0.63 0.66 0.60 2.69 0.5 0.26
Hex 65 25 22 0 3F 42 3C 3 32 1A
Octal 145 45 42 0 77 102 74 3 62 32
Binary 1100101 100101 100010 0 111111 1000010 111100 11 110010 11010

Color Harmonies of #652522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #652522

Black with #652522

Text Example


Text Example

White with #652522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #652522; }

 p { color: rgb(101,37,34); }

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

background-color css

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

 a { background-color: rgb(101,37,34); }

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

border-color css

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

 span { border-color: rgb(101,37,34); }

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