Html Css Color HEX #CD7A18 Ochre

📋 copy color: '#CD7A18'

red 205 ◦ green 122 ◦ blue 24

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

Shades of Ochre #CD7A18

Tints of Ochre #CD7A18

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.76%

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

R = 58.4%
G = 34.76%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CD7A18 (or 0xCD7A18) is known color: Ochre. HEX triplet: CD, 7A and 18. RGB value is (205,122,24). Sum of RGB (Red+Green+Blue) = 205+122+24=351 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.40% from 351); Green value is 122 (48.05% from 255 or 34.76% from 351); Blue value is 24 (9.77% from 255 or 6.84% from 351); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7A18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD7A18 is #3285E7. Grayscale: #888888. Windows color (decimal): -3311080 or 1604301. OLE color: 1604301.

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

Color convert

RGB 205 122 24 -
CMYK 0 0.40 0.88 0.20
HSL 32.49º 0.79% 0.45% -
HSV(B) 32.49º 0.88% 0.8% -
XYZ 32.3 26.96 4.37 -
YUV 135.65 65 177.47 -
System Red Green Blue C M Y K H S L
Decimal 205 122 24 0 0.40 0.88 0.20 32.49 0.79 0.45
Hex CD 7A 18 0 28 58 14 20 4F 2D
Octal 315 172 30 0 50 130 24 40 117 55
Binary 11001101 1111010 11000 0 101000 1011000 10100 100000 1001111 101101

Color Harmonies of #CD7A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7A18

Black with #CD7A18

Text Example


Text Example

White with #CD7A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7A18; }

 p { color: rgb(205,122,24); }

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

background-color css

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

 a { background-color: rgb(205,122,24); }

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

border-color css

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

 span { border-color: rgb(205,122,24); }

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