Html Css Color HEX #71703C Crete

📋 copy color: '#71703C'

red 113 ◦ green 112 ◦ blue 60

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

Shades of Crete #71703C

Tints of Crete #71703C

RGB

 RED value IS 113 (44.53% from 255) = 39.65%

 GREEN value IS 112 (44.14% from 255) = 39.3%

 BLUE value IS 60 (23.83% from 255) = 21.05%

R = 39.65%
G = 39.3%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#71703C (or 0x71703C) is known color: Crete. HEX triplet: 71, 70 and 3C. RGB value is (113,112,60). Sum of RGB (Red+Green+Blue) = 113+112+60=285 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.65% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 113 - color contains mainly: red. Hex color #71703C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71703C is #8E8FC3. Grayscale: #6A6A6A. Windows color (decimal): -9342916 or 3960945. OLE color: 3960945.

HSL color Cylindrical-coordinate representation of color #71703C: hue angle of 58.87º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71703C is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 112 60 -
CMYK 0 0.01 0.47 0.56
HSL 58.87º 0.31% 0.34% -
HSV(B) 58.87º 0.47% 0.44% -
XYZ 13.42 15.43 6.55 -
YUV 106.37 101.83 132.73 -
System Red Green Blue C M Y K H S L
Decimal 113 112 60 0 0.01 0.47 0.56 58.87 0.31 0.34
Hex 71 70 3C 0 1 2F 38 3B 1F 22
Octal 161 160 74 0 1 57 70 73 37 42
Binary 1110001 1110000 111100 0 1 101111 111000 111011 11111 100010

Color Harmonies of #71703C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71703C

Black with #71703C

Text Example


Text Example

White with #71703C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71703C; }

 p { color: rgb(113,112,60); }

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

background-color css

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

 a { background-color: rgb(113,112,60); }

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

border-color css

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

 span { border-color: rgb(113,112,60); }

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