Html Css Color HEX #CD741A Ochre

📋 copy color: '#CD741A'

red 205 ◦ green 116 ◦ blue 26

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

Shades of Ochre #CD741A

Tints of Ochre #CD741A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.49%

R = 59.08%
G = 33.43%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#CD741A (or 0xCD741A) is known color: Ochre. HEX triplet: CD, 74 and 1A. RGB value is (205,116,26). Sum of RGB (Red+Green+Blue) = 205+116+26=347 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.08% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 26 (10.55% from 255 or 7.49% from 347); Max value from RGB is 205 - color contains mainly: red. Hex color #CD741A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD741A is #328BE5. Grayscale: #848484. Windows color (decimal): -3312614 or 1733837. OLE color: 1733837.

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

Color convert

RGB 205 116 26 -
CMYK 0 0.43 0.87 0.20
HSL 30.17º 0.77% 0.45% -
HSV(B) 30.17º 0.87% 0.8% -
XYZ 31.61 25.54 4.24 -
YUV 132.35 67.99 179.82 -
System Red Green Blue C M Y K H S L
Decimal 205 116 26 0 0.43 0.87 0.20 30.17 0.77 0.45
Hex CD 74 1A 0 2B 57 14 1E 4D 2D
Octal 315 164 32 0 53 127 24 36 115 55
Binary 11001101 1110100 11010 0 101011 1010111 10100 11110 1001101 101101

Color Harmonies of #CD741A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD741A

Black with #CD741A

Text Example


Text Example

White with #CD741A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD741A; }

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

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

background-color css

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

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

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

border-color css

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

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

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