Html Css Color HEX #702618 Pueblo

📋 copy color: '#702618'

red 112 ◦ green 38 ◦ blue 24

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

Shades of Pueblo #702618

Tints of Pueblo #702618

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.84%

 BLUE value IS 24 (9.77% from 255) = 13.79%

R = 64.37%
G = 21.84%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#702618 (or 0x702618) is known color: Pueblo. HEX triplet: 70, 26 and 18. RGB value is (112,38,24). Sum of RGB (Red+Green+Blue) = 112+38+24=174 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64.37% from 174); Green value is 38 (15.23% from 255 or 21.84% from 174); Blue value is 24 (9.77% from 255 or 13.79% from 174); Max value from RGB is 112 - color contains mainly: red. Hex color #702618 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702618 is #8FD9E7. Grayscale: #3A3A3A. Windows color (decimal): -9427432 or 1582704. OLE color: 1582704.

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

Color convert

RGB 112 38 24 -
CMYK 0 0.66 0.79 0.56
HSL 9.55º 0.65% 0.27% -
HSV(B) 9.55º 0.79% 0.44% -
XYZ 7.54 4.9 1.41 -
YUV 58.53 108.52 166.14 -
System Red Green Blue C M Y K H S L
Decimal 112 38 24 0 0.66 0.79 0.56 9.55 0.65 0.27
Hex 70 26 18 0 42 4F 38 A 41 1B
Octal 160 46 30 0 102 117 70 12 101 33
Binary 1110000 100110 11000 0 1000010 1001111 111000 1010 1000001 11011

Color Harmonies of #702618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702618

Black with #702618

Text Example


Text Example

White with #702618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702618; }

 p { color: rgb(112,38,24); }

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

background-color css

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

 a { background-color: rgb(112,38,24); }

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

border-color css

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

 span { border-color: rgb(112,38,24); }

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