Html Css Color HEX #706952 Crocodile

📋 copy color: '#706952'

red 112 ◦ green 105 ◦ blue 82

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

Shades of Crocodile #706952

Tints of Crocodile #706952

RGB

 RED value IS 112 (44.14% from 255) = 37.46%

 GREEN value IS 105 (41.41% from 255) = 35.12%

 BLUE value IS 82 (32.42% from 255) = 27.42%

R = 37.46%
G = 35.12%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#706952 (or 0x706952) is known color: Crocodile. HEX triplet: 70, 69 and 52. RGB value is (112,105,82). Sum of RGB (Red+Green+Blue) = 112+105+82=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 105 (41.41% from 255 or 35.12% from 299); Blue value is 82 (32.42% from 255 or 27.42% from 299); Max value from RGB is 112 - color contains mainly: red. Hex color #706952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706952 is #8F96AD. Grayscale: #686868. Windows color (decimal): -9410222 or 5400944. OLE color: 5400944.

HSL color Cylindrical-coordinate representation of color #706952: hue angle of 46º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #706952 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 105 82 -
CMYK 0 0.06 0.27 0.56
HSL 46º 0.15% 0.38% -
HSV(B) 46º 0.27% 0.44% -
XYZ 13.26 14.16 10.02 -
YUV 104.47 115.32 133.37 -
System Red Green Blue C M Y K H S L
Decimal 112 105 82 0 0.06 0.27 0.56 46 0.15 0.38
Hex 70 69 52 0 6 1B 38 2E F 26
Octal 160 151 122 0 6 33 70 56 17 46
Binary 1110000 1101001 1010010 0 110 11011 111000 101110 1111 100110

Color Harmonies of #706952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706952

Black with #706952

Text Example


Text Example

White with #706952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706952; }

 p { color: rgb(112,105,82); }

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

background-color css

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

 a { background-color: rgb(112,105,82); }

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

border-color css

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

 span { border-color: rgb(112,105,82); }

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