Html Css Color HEX #635213 Bronze Olive

📋 copy color: '#635213'

red 99 ◦ green 82 ◦ blue 19

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

Shades of Bronze Olive #635213

Tints of Bronze Olive #635213

RGB

 RED value IS 99 (39.06% from 255) = 49.5%

 GREEN value IS 82 (32.42% from 255) = 41%

 BLUE value IS 19 (7.81% from 255) = 9.5%

R = 49.5%
G = 41%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.81

 K value IS 0.61

RGB Variations

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

Color information

#635213 (or 0x635213) is known color: Bronze Olive. HEX triplet: 63, 52 and 13. RGB value is (99,82,19). Sum of RGB (Red+Green+Blue) = 99+82+19=200 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.5% from 200); Green value is 82 (32.42% from 255 or 41% from 200); Blue value is 19 (7.81% from 255 or 9.5% from 200); Max value from RGB is 99 - color contains mainly: red. Hex color #635213 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635213 is #9CADEC. Grayscale: #505050. Windows color (decimal): -10268141 or 1266275. OLE color: 1266275.

HSL color Cylindrical-coordinate representation of color #635213: hue angle of 47.25º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #635213 is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 82 19 -
CMYK 0 0.17 0.81 0.61
HSL 47.25º 0.68% 0.23% -
HSV(B) 47.25º 0.81% 0.39% -
XYZ 8.28 8.73 1.87 -
YUV 79.9 93.63 141.62 -
System Red Green Blue C M Y K H S L
Decimal 99 82 19 0 0.17 0.81 0.61 47.25 0.68 0.23
Hex 63 52 13 0 11 51 3D 2F 44 17
Octal 143 122 23 0 21 121 75 57 104 27
Binary 1100011 1010010 10011 0 10001 1010001 111101 101111 1000100 10111

Color Harmonies of #635213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635213

Black with #635213

Text Example


Text Example

White with #635213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635213; }

 p { color: rgb(99,82,19); }

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

background-color css

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

 a { background-color: rgb(99,82,19); }

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

border-color css

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

 span { border-color: rgb(99,82,19); }

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