Html Css Color HEX #834642 Red Robin

📋 copy color: '#834642'

red 131 ◦ green 70 ◦ blue 66

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

Shades of Red Robin #834642

Tints of Red Robin #834642

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.22%

 BLUE value IS 66 (26.17% from 255) = 24.72%

R = 49.06%
G = 26.22%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#834642 (or 0x834642) is known color: Red Robin. HEX triplet: 83, 46 and 42. RGB value is (131,70,66). Sum of RGB (Red+Green+Blue) = 131+70+66=267 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.06% from 267); Green value is 70 (27.73% from 255 or 26.22% from 267); Blue value is 66 (26.17% from 255 or 24.72% from 267); Max value from RGB is 131 - color contains mainly: red. Hex color #834642 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834642 is #7CB9BD. Grayscale: #575757. Windows color (decimal): -8174014 or 4343427. OLE color: 4343427.

HSL color Cylindrical-coordinate representation of color #834642: hue angle of 3.69º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #834642 is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 70 66 -
CMYK 0 0.47 0.50 0.49
HSL 3.69º 0.33% 0.39% -
HSV(B) 3.69º 0.5% 0.51% -
XYZ 12.53 9.6 6.35 -
YUV 87.78 115.71 158.83 -
System Red Green Blue C M Y K H S L
Decimal 131 70 66 0 0.47 0.50 0.49 3.69 0.33 0.39
Hex 83 46 42 0 2F 32 31 4 21 27
Octal 203 106 102 0 57 62 61 4 41 47
Binary 10000011 1000110 1000010 0 101111 110010 110001 100 100001 100111

Color Harmonies of #834642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834642

Black with #834642

Text Example


Text Example

White with #834642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834642; }

 p { color: rgb(131,70,66); }

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

background-color css

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

 a { background-color: rgb(131,70,66); }

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

border-color css

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

 span { border-color: rgb(131,70,66); }

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