Html Css Color HEX #CD741C Ochre

📋 copy color: '#CD741C'

red 205 ◦ green 116 ◦ blue 28

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

Shades of Ochre #CD741C

Tints of Ochre #CD741C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.24%

 BLUE value IS 28 (11.33% from 255) = 8.02%

R = 58.74%
G = 33.24%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#CD741C (or 0xCD741C) is known color: Ochre. HEX triplet: CD, 74 and 1C. RGB value is (205,116,28). Sum of RGB (Red+Green+Blue) = 205+116+28=349 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.74% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 28 (11.33% from 255 or 8.02% from 349); Max value from RGB is 205 - color contains mainly: red. Hex color #CD741C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD741C is #328BE3. Grayscale: #858585. Windows color (decimal): -3312612 or 1864909. OLE color: 1864909.

HSL color Cylindrical-coordinate representation of color #CD741C: hue angle of 29.83º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CD741C is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 116 28 -
CMYK 0 0.43 0.86 0.20
HSL 29.83º 0.76% 0.46% -
HSV(B) 29.83º 0.86% 0.8% -
XYZ 31.63 25.55 4.36 -
YUV 132.58 68.99 179.66 -
System Red Green Blue C M Y K H S L
Decimal 205 116 28 0 0.43 0.86 0.20 29.83 0.76 0.46
Hex CD 74 1C 0 2B 56 14 1E 4C 2E
Octal 315 164 34 0 53 126 24 36 114 56
Binary 11001101 1110100 11100 0 101011 1010110 10100 11110 1001100 101110

Color Harmonies of #CD741C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD741C

Black with #CD741C

Text Example


Text Example

White with #CD741C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD741C; }

 p { color: rgb(205,116,28); }

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

background-color css

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

 a { background-color: rgb(205,116,28); }

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

border-color css

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

 span { border-color: rgb(205,116,28); }

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