Html Css Color HEX #CD741B Ochre

📋 copy color: '#CD741B'

red 205 ◦ green 116 ◦ blue 27

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

Shades of Ochre #CD741B

Tints of Ochre #CD741B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.76%

R = 58.91%
G = 33.33%
B = 7.76%

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

#CD741B (or 0xCD741B) is known color: Ochre. HEX triplet: CD, 74 and 1B. RGB value is (205,116,27). Sum of RGB (Red+Green+Blue) = 205+116+27=348 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.91% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 27 (10.94% from 255 or 7.76% from 348); Max value from RGB is 205 - color contains mainly: red. Hex color #CD741B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD741B is #328BE4. Grayscale: #848484. Windows color (decimal): -3312613 or 1799373. OLE color: 1799373.

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

Color convert

RGB 205 116 27 -
CMYK 0 0.43 0.87 0.20
HSL 30º 0.77% 0.45% -
HSV(B) 30º 0.87% 0.8% -
XYZ 31.62 25.55 4.3 -
YUV 132.47 68.49 179.74 -
System Red Green Blue C M Y K H S L
Decimal 205 116 27 0 0.43 0.87 0.20 30 0.77 0.45
Hex CD 74 1B 0 2B 57 14 1E 4D 2D
Octal 315 164 33 0 53 127 24 36 115 55
Binary 11001101 1110100 11011 0 101011 1010111 10100 11110 1001101 101101

Color Harmonies of #CD741B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD741B

Black with #CD741B

Text Example


Text Example

White with #CD741B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD741B; }

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

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

background-color css

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

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

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

border-color css

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

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

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