Html Css Color HEX #834538 Red Robin

📋 copy color: '#834538'

red 131 ◦ green 69 ◦ blue 56

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

Shades of Red Robin #834538

Tints of Red Robin #834538

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.95%

 BLUE value IS 56 (22.27% from 255) = 21.88%

R = 51.17%
G = 26.95%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#834538 (or 0x834538) is known color: Red Robin. HEX triplet: 83, 45 and 38. RGB value is (131,69,56). Sum of RGB (Red+Green+Blue) = 131+69+56=256 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.17% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 56 (22.27% from 255 or 21.88% from 256); Max value from RGB is 131 - color contains mainly: red. Hex color #834538 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834538 is #7CBAC7. Grayscale: #565656. Windows color (decimal): -8174280 or 3687811. OLE color: 3687811.

HSL color Cylindrical-coordinate representation of color #834538: hue angle of 10.4º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #834538 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 69 56 -
CMYK 0 0.47 0.57 0.49
HSL 10.4º 0.4% 0.37% -
HSV(B) 10.4º 0.57% 0.51% -
XYZ 12.2 9.37 4.91 -
YUV 86.06 111.04 160.06 -
System Red Green Blue C M Y K H S L
Decimal 131 69 56 0 0.47 0.57 0.49 10.4 0.4 0.37
Hex 83 45 38 0 2F 39 31 A 28 25
Octal 203 105 70 0 57 71 61 12 50 45
Binary 10000011 1000101 111000 0 101111 111001 110001 1010 101000 100101

Color Harmonies of #834538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834538

Black with #834538

Text Example


Text Example

White with #834538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834538; }

 p { color: rgb(131,69,56); }

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

background-color css

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

 a { background-color: rgb(131,69,56); }

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

border-color css

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

 span { border-color: rgb(131,69,56); }

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