Html Css Color HEX #834236 Red Robin

📋 copy color: '#834236'

red 131 ◦ green 66 ◦ blue 54

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

Shades of Red Robin #834236

Tints of Red Robin #834236

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.29%

 BLUE value IS 54 (21.48% from 255) = 21.51%

R = 52.19%
G = 26.29%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#834236 (or 0x834236) is known color: Red Robin. HEX triplet: 83, 42 and 36. RGB value is (131,66,54). Sum of RGB (Red+Green+Blue) = 131+66+54=251 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.19% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 54 (21.48% from 255 or 21.51% from 251); Max value from RGB is 131 - color contains mainly: red. Hex color #834236 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834236 is #7CBDC9. Grayscale: #545454. Windows color (decimal): -8175050 or 3555971. OLE color: 3555971.

HSL color Cylindrical-coordinate representation of color #834236: hue angle of 9.35º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #834236 is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 66 54 -
CMYK 0 0.50 0.59 0.49
HSL 9.35º 0.42% 0.36% -
HSV(B) 9.35º 0.59% 0.51% -
XYZ 11.97 8.99 4.59 -
YUV 84.07 111.03 161.48 -
System Red Green Blue C M Y K H S L
Decimal 131 66 54 0 0.50 0.59 0.49 9.35 0.42 0.36
Hex 83 42 36 0 32 3B 31 9 2A 24
Octal 203 102 66 0 62 73 61 11 52 44
Binary 10000011 1000010 110110 0 110010 111011 110001 1001 101010 100100

Color Harmonies of #834236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834236

Black with #834236

Text Example


Text Example

White with #834236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834236; }

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

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

background-color css

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

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

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

border-color css

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

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

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