Html Css Color HEX #CD7B19 Ochre

📋 copy color: '#CD7B19'

red 205 ◦ green 123 ◦ blue 25

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

Shades of Ochre #CD7B19

Tints of Ochre #CD7B19

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.84%

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

R = 58.07%
G = 34.84%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CD7B19 (or 0xCD7B19) is known color: Ochre. HEX triplet: CD, 7B and 19. RGB value is (205,123,25). Sum of RGB (Red+Green+Blue) = 205+123+25=353 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.07% from 353); Green value is 123 (48.44% from 255 or 34.84% from 353); Blue value is 25 (10.16% from 255 or 7.08% from 353); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7B19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD7B19 is #3284E6. Grayscale: #888888. Windows color (decimal): -3310823 or 1670093. OLE color: 1670093.

HSL color Cylindrical-coordinate representation of color #CD7B19: hue angle of 32.67º 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 #CD7B19 is Cyan = 0, Magento = 0.4, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 123 25 -
CMYK 0 0.4 0.88 0.20
HSL 32.67º 0.78% 0.45% -
HSV(B) 32.67º 0.88% 0.8% -
XYZ 32.44 27.22 4.46 -
YUV 136.35 65.17 176.97 -
System Red Green Blue C M Y K H S L
Decimal 205 123 25 0 0.4 0.88 0.20 32.67 0.78 0.45
Hex CD 7B 19 0 28 58 14 21 4E 2D
Octal 315 173 31 0 50 130 24 41 116 55
Binary 11001101 1111011 11001 0 101000 1011000 10100 100001 1001110 101101

Color Harmonies of #CD7B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7B19

Black with #CD7B19

Text Example


Text Example

White with #CD7B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7B19; }

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

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

background-color css

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

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

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

border-color css

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

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

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