Html Css Color HEX #CB7A23 Ochre

📋 copy color: '#CB7A23'

red 203 ◦ green 122 ◦ blue 35

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

Shades of Ochre #CB7A23

Tints of Ochre #CB7A23

RGB

 RED value IS 203 (79.69% from 255) = 56.39%

 GREEN value IS 122 (48.05% from 255) = 33.89%

 BLUE value IS 35 (14.06% from 255) = 9.72%

R = 56.39%
G = 33.89%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#CB7A23 (or 0xCB7A23) is known color: Ochre. HEX triplet: CB, 7A and 23. RGB value is (203,122,35). Sum of RGB (Red+Green+Blue) = 203+122+35=360 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.39% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 35 (14.06% from 255 or 9.72% from 360); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7A23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7A23 is #3485DC. Grayscale: #888888. Windows color (decimal): -3442141 or 2325195. OLE color: 2325195.

HSL color Cylindrical-coordinate representation of color #CB7A23: hue angle of 31.07º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB7A23 is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 122 35 -
CMYK 0 0.40 0.83 0.20
HSL 31.07º 0.71% 0.47% -
HSV(B) 31.07º 0.83% 0.8% -
XYZ 31.89 26.74 5.07 -
YUV 136.3 70.84 175.57 -
System Red Green Blue C M Y K H S L
Decimal 203 122 35 0 0.40 0.83 0.20 31.07 0.71 0.47
Hex CB 7A 23 0 28 53 14 1F 47 2F
Octal 313 172 43 0 50 123 24 37 107 57
Binary 11001011 1111010 100011 0 101000 1010011 10100 11111 1000111 101111

Color Harmonies of #CB7A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7A23

Black with #CB7A23

Text Example


Text Example

White with #CB7A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7A23; }

 p { color: rgb(203,122,35); }

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

background-color css

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

 a { background-color: rgb(203,122,35); }

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

border-color css

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

 span { border-color: rgb(203,122,35); }

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