Html Css Color HEX #C7701B Ochre

📋 copy color: '#C7701B'

red 199 ◦ green 112 ◦ blue 27

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

Shades of Ochre #C7701B

Tints of Ochre #C7701B

RGB

 RED value IS 199 (78.13% from 255) = 58.88%

 GREEN value IS 112 (44.14% from 255) = 33.14%

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

R = 58.88%
G = 33.14%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C7701B (or 0xC7701B) is known color: Ochre. HEX triplet: C7, 70 and 1B. RGB value is (199,112,27). Sum of RGB (Red+Green+Blue) = 199+112+27=338 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.88% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 27 (10.94% from 255 or 7.99% from 338); Max value from RGB is 199 - color contains mainly: red. Hex color #C7701B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7701B is #388FE4. Grayscale: #808080. Windows color (decimal): -3706853 or 1798343. OLE color: 1798343.

HSL color Cylindrical-coordinate representation of color #C7701B: hue angle of 29.65º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C7701B is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 112 27 -
CMYK 0 0.44 0.86 0.22
HSL 29.65º 0.76% 0.44% -
HSV(B) 29.65º 0.86% 0.78% -
XYZ 29.55 23.81 4.08 -
YUV 128.32 70.82 178.41 -
System Red Green Blue C M Y K H S L
Decimal 199 112 27 0 0.44 0.86 0.22 29.65 0.76 0.44
Hex C7 70 1B 0 2C 56 16 1E 4C 2C
Octal 307 160 33 0 54 126 26 36 114 54
Binary 11000111 1110000 11011 0 101100 1010110 10110 11110 1001100 101100

Color Harmonies of #C7701B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7701B

Black with #C7701B

Text Example


Text Example

White with #C7701B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7701B; }

 p { color: rgb(199,112,27); }

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

background-color css

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

 a { background-color: rgb(199,112,27); }

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

border-color css

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

 span { border-color: rgb(199,112,27); }

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