Html Css Color HEX #853F3D Red Robin

📋 copy color: '#853F3D'

red 133 ◦ green 63 ◦ blue 61

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

Shades of Red Robin #853F3D

Tints of Red Robin #853F3D

RGB

 RED value IS 133 (52.34% from 255) = 51.75%

 GREEN value IS 63 (25% from 255) = 24.51%

 BLUE value IS 61 (24.22% from 255) = 23.74%

R = 51.75%
G = 24.51%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#853F3D (or 0x853F3D) is known color: Red Robin. HEX triplet: 85, 3F and 3D. RGB value is (133,63,61). Sum of RGB (Red+Green+Blue) = 133+63+61=257 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.75% from 257); Green value is 63 (25% from 255 or 24.51% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 133 - color contains mainly: red. Hex color #853F3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853F3D is #7AC0C2. Grayscale: #535353. Windows color (decimal): -8044739 or 4013957. OLE color: 4013957.

HSL color Cylindrical-coordinate representation of color #853F3D: hue angle of 1.67º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #853F3D is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 63 61 -
CMYK 0 0.53 0.54 0.48
HSL 1.67º 0.37% 0.38% -
HSV(B) 1.67º 0.54% 0.52% -
XYZ 12.29 8.88 5.48 -
YUV 83.7 115.19 163.16 -
System Red Green Blue C M Y K H S L
Decimal 133 63 61 0 0.53 0.54 0.48 1.67 0.37 0.38
Hex 85 3F 3D 0 35 36 30 2 25 26
Octal 205 77 75 0 65 66 60 2 45 46
Binary 10000101 111111 111101 0 110101 110110 110000 10 100101 100110

Color Harmonies of #853F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853F3D

Black with #853F3D

Text Example


Text Example

White with #853F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853F3D; }

 p { color: rgb(133,63,61); }

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

background-color css

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

 a { background-color: rgb(133,63,61); }

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

border-color css

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

 span { border-color: rgb(133,63,61); }

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