Html Css Color HEX #CF761D Ochre

📋 copy color: '#CF761D'

red 207 ◦ green 118 ◦ blue 29

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

Shades of Ochre #CF761D

Tints of Ochre #CF761D

RGB

 RED value IS 207 (81.25% from 255) = 58.47%

 GREEN value IS 118 (46.48% from 255) = 33.33%

 BLUE value IS 29 (11.72% from 255) = 8.19%

R = 58.47%
G = 33.33%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CF761D (or 0xCF761D) is known color: Ochre. HEX triplet: CF, 76 and 1D. RGB value is (207,118,29). Sum of RGB (Red+Green+Blue) = 207+118+29=354 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.47% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 29 (11.72% from 255 or 8.19% from 354); Max value from RGB is 207 - color contains mainly: red. Hex color #CF761D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF761D is #3089E2. Grayscale: #868686. Windows color (decimal): -3181027 or 1930959. OLE color: 1930959.

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

Color convert

RGB 207 118 29 -
CMYK 0 0.43 0.86 0.19
HSL 30º 0.75% 0.46% -
HSV(B) 30º 0.86% 0.81% -
XYZ 32.43 26.31 4.53 -
YUV 134.47 68.49 179.74 -
System Red Green Blue C M Y K H S L
Decimal 207 118 29 0 0.43 0.86 0.19 30 0.75 0.46
Hex CF 76 1D 0 2B 56 13 1E 4B 2E
Octal 317 166 35 0 53 126 23 36 113 56
Binary 11001111 1110110 11101 0 101011 1010110 10011 11110 1001011 101110

Color Harmonies of #CF761D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF761D

Black with #CF761D

Text Example


Text Example

White with #CF761D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF761D; }

 p { color: rgb(207,118,29); }

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

background-color css

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

 a { background-color: rgb(207,118,29); }

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

border-color css

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

 span { border-color: rgb(207,118,29); }

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