Html Css Color HEX #C7732A Ochre

📋 copy color: '#C7732A'

red 199 ◦ green 115 ◦ blue 42

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

Shades of Ochre #C7732A

Tints of Ochre #C7732A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.3%

 BLUE value IS 42 (16.8% from 255) = 11.8%

R = 55.9%
G = 32.3%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C7732A (or 0xC7732A) is known color: Ochre. HEX triplet: C7, 73 and 2A. RGB value is (199,115,42). Sum of RGB (Red+Green+Blue) = 199+115+42=356 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.90% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 42 (16.80% from 255 or 11.80% from 356); Max value from RGB is 199 - color contains mainly: red. Hex color #C7732A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7732A is #388CD5. Grayscale: #848484. Windows color (decimal): -3706070 or 2782151. OLE color: 2782151.

HSL color Cylindrical-coordinate representation of color #C7732A: hue angle of 27.9º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C7732A is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 115 42 -
CMYK 0 0.42 0.79 0.22
HSL 27.9º 0.65% 0.47% -
HSV(B) 27.9º 0.79% 0.78% -
XYZ 30.1 24.57 5.35 -
YUV 131.79 77.33 175.94 -
System Red Green Blue C M Y K H S L
Decimal 199 115 42 0 0.42 0.79 0.22 27.9 0.65 0.47
Hex C7 73 2A 0 2A 4F 16 1C 41 2F
Octal 307 163 52 0 52 117 26 34 101 57
Binary 11000111 1110011 101010 0 101010 1001111 10110 11100 1000001 101111

Color Harmonies of #C7732A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7732A

Black with #C7732A

Text Example


Text Example

White with #C7732A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7732A; }

 p { color: rgb(199,115,42); }

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

background-color css

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

 a { background-color: rgb(199,115,42); }

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

border-color css

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

 span { border-color: rgb(199,115,42); }

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