Html Css Color HEX #CD7119 Ochre

📋 copy color: '#CD7119'

red 205 ◦ green 113 ◦ blue 25

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

Shades of Ochre #CD7119

Tints of Ochre #CD7119

RGB

 RED value IS 205 (80.47% from 255) = 59.77%

 GREEN value IS 113 (44.53% from 255) = 32.94%

 BLUE value IS 25 (10.16% from 255) = 7.29%

R = 59.77%
G = 32.94%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CD7119 (or 0xCD7119) is known color: Ochre. HEX triplet: CD, 71 and 19. RGB value is (205,113,25). Sum of RGB (Red+Green+Blue) = 205+113+25=343 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.77% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 25 (10.16% from 255 or 7.29% from 343); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD7119 is #328EE6. Grayscale: #828282. Windows color (decimal): -3313383 or 1667533. OLE color: 1667533.

HSL color Cylindrical-coordinate representation of color #CD7119: hue angle of 29.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CD7119 is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 113 25 -
CMYK 0 0.45 0.88 0.20
HSL 29.33º 0.78% 0.45% -
HSV(B) 29.33º 0.88% 0.8% -
XYZ 31.26 24.86 4.07 -
YUV 130.48 68.48 181.16 -
System Red Green Blue C M Y K H S L
Decimal 205 113 25 0 0.45 0.88 0.20 29.33 0.78 0.45
Hex CD 71 19 0 2D 58 14 1D 4E 2D
Octal 315 161 31 0 55 130 24 35 116 55
Binary 11001101 1110001 11001 0 101101 1011000 10100 11101 1001110 101101

Color Harmonies of #CD7119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7119

Black with #CD7119

Text Example


Text Example

White with #CD7119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7119; }

 p { color: rgb(205,113,25); }

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

background-color css

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

 a { background-color: rgb(205,113,25); }

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

border-color css

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

 span { border-color: rgb(205,113,25); }

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